Blender V4.3
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 *, PointerRNA *ptr)
 
static void node_init (bNodeTree *, bNode *node)
 
static VArray< float3construct_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 node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ construct_uv_gvarray()

◆ 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 177 of file node_geo_uv_unwrap.cc.

References NodeGeometryUVUnwrap::method, and params.

Referenced by node_register().

◆ node_init()

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

Definition at line 47 of file node_geo_uv_unwrap.cc.

References data, and GEO_NODE_UV_UNWRAP_METHOD_ANGLE_BASED.

Referenced by node_register().

◆ node_layout()

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

Definition at line 40 of file node_geo_uv_unwrap.cc.

References ptr, UI_ITEM_NONE, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().

Referenced by node_register().

◆ node_register()

◆ node_rna()

static void blender::nodes::node_geo_uv_unwrap_cc::node_rna ( StructRNA * srna)
static