Blender  V3.3
Classes | Functions
blender::nodes::node_geo_uv_unwrap_cc Namespace Reference

Classes

class  UnwrapFieldInput
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static VArray< float3construct_uv_gvarray (const MeshComponent &component, const Field< bool > selection_field, const Field< bool > seam_field, const bool fill_holes, const float margin, const GeometryNodeUVUnwrapMethod method, const eAttrDomain domain)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ construct_uv_gvarray()

static VArray<float3> blender::nodes::node_geo_uv_unwrap_cc::construct_uv_gvarray ( const MeshComponent component,
const Field< bool selection_field,
const Field< bool seam_field,
const bool  fill_holes,
const float  margin,
const GeometryNodeUVUnwrapMethod  method,
const eAttrDomain  domain 
)
static

◆ node_declare()

static void blender::nodes::node_geo_uv_unwrap_cc::node_declare ( NodeDeclarationBuilder b)
static

◆ node_geo_exec()

static void blender::nodes::node_geo_uv_unwrap_cc::node_geo_exec ( GeoNodeExecParams  params)
static

Definition at line 170 of file node_geo_uv_unwrap.cc.

References NodeGeometryUVUnwrap::method, and params.

Referenced by register_node_type_geo_uv_unwrap().

◆ node_init()

static void blender::nodes::node_geo_uv_unwrap_cc::node_init ( bNodeTree UNUSEDtree,
bNode node 
)
static

Definition at line 48 of file node_geo_uv_unwrap.cc.

References data, GEO_NODE_UV_UNWRAP_METHOD_ANGLE_BASED, and node.

◆ node_layout()

static void blender::nodes::node_geo_uv_unwrap_cc::node_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static