Blender V5.0
blender::nodes::node_geo_sdf_grid_boolean_cc Namespace Reference

Enumerations

enum class  Operation { Intersect = 0 , Union = 1 , Difference = 2 }

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void node_init (bNodeTree *, bNode *node)
static void node_geo_exec (GeoNodeExecParams params)
static void node_rna (StructRNA *srna)
static void node_register ()

Enumeration Type Documentation

◆ Operation

Enumerator
Intersect 
Union 
Difference 

Definition at line 23 of file node_geo_sdf_grid_boolean.cc.

Function Documentation

◆ node_declare()

void blender::nodes::node_geo_sdf_grid_boolean_cc::node_declare ( NodeDeclarationBuilder & b)
static

◆ node_geo_exec()

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

◆ node_init()

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

Definition at line 79 of file node_geo_sdf_grid_boolean.cc.

References bNode::custom1, and Difference.

Referenced by node_register().

◆ node_layout()

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

Definition at line 74 of file node_geo_sdf_grid_boolean.cc.

References uiLayout::prop(), ptr, and UI_ITEM_NONE.

Referenced by node_register().

◆ node_register()

◆ node_rna()

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