|
Blender V4.3
|
#include "GEO_uv_parametrizer.hh"#include "BKE_mesh.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "NOD_rna_define.hh"#include "node_geometry_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_geo_uv_unwrap_cc::UnwrapFieldInput |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_geo_uv_unwrap_cc |
Functions | |
| static void | blender::nodes::node_geo_uv_unwrap_cc::node_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_geo_uv_unwrap_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | blender::nodes::node_geo_uv_unwrap_cc::node_init (bNodeTree *, bNode *node) |
| static VArray< float3 > | blender::nodes::node_geo_uv_unwrap_cc::construct_uv_gvarray (const Mesh &mesh, const Field< bool > selection_field, const Field< bool > seam_field, const bool fill_holes, const float margin, const GeometryNodeUVUnwrapMethod method, const AttrDomain domain) |
| static void | blender::nodes::node_geo_uv_unwrap_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_uv_unwrap_cc::node_rna (StructRNA *srna) |
| static void | blender::nodes::node_geo_uv_unwrap_cc::node_register () |