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

Classes

class  LazyFunctionForEnableOutputNode
class  EnableOutputOperation

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void node_init (bNodeTree *, bNode *node)
static NodeOperationnode_get_compositor_operation (Context &context, DNode node)
static void node_extra_info (NodeExtraInfoParams &params)
static const EnumPropertyItemdata_type_items_callback (bContext *, PointerRNA *ptr, PropertyRNA *, bool *r_free)
static void node_rna (StructRNA *srna)
static const bNodeSocketnode_internally_linked_input (const bNodeTree &, const bNode &node, const bNodeSocket &output_socket)
static void node_register ()

Function Documentation

◆ data_type_items_callback()

const EnumPropertyItem * blender::nodes::node_geo_enable_output_cc::data_type_items_callback ( bContext * ,
PointerRNA * ptr,
PropertyRNA * ,
bool * r_free )
static

◆ node_declare()

◆ node_extra_info()

void blender::nodes::node_geo_enable_output_cc::node_extra_info ( NodeExtraInfoParams & params)
static

◆ node_get_compositor_operation()

NodeOperation * blender::nodes::node_geo_enable_output_cc::node_get_compositor_operation ( Context & context,
DNode node )
static

Definition at line 125 of file node_geo_enable_output.cc.

Referenced by node_register().

◆ node_init()

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

Definition at line 100 of file node_geo_enable_output.cc.

References bNode::custom1, and SOCK_FLOAT.

Referenced by node_register().

◆ node_internally_linked_input()

const bNodeSocket * blender::nodes::node_geo_enable_output_cc::node_internally_linked_input ( const bNodeTree & ,
const bNode & node,
const bNodeSocket & output_socket )
static

Definition at line 177 of file node_geo_enable_output.cc.

References bNodeSocket::identifier.

Referenced by node_register().

◆ node_layout()

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

◆ node_register()

◆ node_rna()

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