|
Blender V4.3
|
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_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 20 of file node_geo_input_named_attribute.cc.
References b, NodeGeometryInputNamedAttribute::data_type, and blender::nodes::SocketDeclaration::hide_label.
Referenced by node_register().
|
static |
Definition at line 46 of file node_geo_input_named_attribute.cc.
References CD_PROP_STRING, IFACE_, blender::nodes::NodeDeclaration::inputs, params, blender::nodes::search_link_ops_for_declarations(), SOCK_BOOLEAN, SOCK_OUT, and blender::bke::socket_type_to_custom_data_type().
Referenced by node_register().
|
static |
Definition at line 77 of file node_geo_input_named_attribute.cc.
References blender::bke::allow_procedural_attribute_access(), blender::bke::attribute_name_is_anonymous(), blender::bke::AttributeExistsFieldInput::Create(), blender::bke::AttributeFieldInput::Create(), blender::bke::custom_data_type_to_cpp_type(), NodeGeometryInputNamedAttribute::data_type, blender::bke::no_procedural_access_message, params, and TIP_.
Referenced by node_register().
|
static |
Definition at line 39 of file node_geo_input_named_attribute.cc.
References CD_PROP_FLOAT, and data.
Referenced by node_register().
|
static |
Definition at line 34 of file node_geo_input_named_attribute.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 120 of file node_geo_input_named_attribute.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_INPUT, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_gather_link_searches(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 108 of file node_geo_input_named_attribute.cc.
References blender::nodes::enums::attribute_type_type_with_socket_fn(), CD_PROP_FLOAT, NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_attribute_type_items.
Referenced by node_register().