Blender
V3.3
|
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 void | node_update (bNodeTree *ntree, bNode *node) |
static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 14 of file node_geo_input_named_attribute.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_geo_input_named_attribute().
|
static |
Definition at line 55 of file node_geo_input_named_attribute.cc.
References CD_PROP_STRING, IFACE_, blender::nodes::NodeDeclaration::inputs(), node, blender::nodes::node_data_type_to_custom_data_type(), params, blender::nodes::search_link_ops_for_declarations(), SOCK_OUT, and type.
Referenced by register_node_type_geo_input_named_attribute().
|
static |
Definition at line 74 of file node_geo_input_named_attribute.cc.
References blender::bke::allow_procedural_attribute_access(), CD_PROP_BOOL, CD_PROP_COLOR, CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_INT32, NodeGeometryInputNamedAttribute::data_type, Info, blender::bke::no_procedural_access_message, params, and TIP_.
Referenced by register_node_type_geo_input_named_attribute().
|
static |
Definition at line 30 of file node_geo_input_named_attribute.cc.
References CD_PROP_FLOAT, data, and node.
|
static |
Definition at line 25 of file node_geo_input_named_attribute.cc.
References ptr, and uiItemR().
Referenced by register_node_type_geo_input_named_attribute().
|
static |
Definition at line 37 of file node_geo_input_named_attribute.cc.
References CD_PROP_BOOL, CD_PROP_COLOR, CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_INT32, NodeGeometryInputNamedAttribute::data_type, bNodeSocket::next, node, nodeSetSocketAvailability(), and ntree.
Referenced by register_node_type_geo_input_named_attribute().