|
Blender V5.0
|
Functions | |
| NODE_STORAGE_FUNCS (NodeGeometryForeachGeometryElementInput) | |
| 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_label (const bNodeTree *, const bNode *, char *label, const int label_maxncpy) |
| static bool | node_insert_link (bke::NodeInsertLinkParams ¶ms) |
| static void | node_register () |
|
static |
Definition at line 106 of file node_geo_foreach_geometry_element.cc.
References b, blender::nodes::SocketDeclaration::hide_value, i, blender::nodes::ForeachGeometryElementInputItemsAccessor::item_srna, name, NodeForeachGeometryElementInputItem::name, NodeGeometryForeachGeometryElementInput::output_node_id, blender::nodes::ForeachGeometryElementInputItemsAccessor::socket_identifier_for_item(), NodeForeachGeometryElementInputItem::socket_type, and tree.
Referenced by node_register().
|
static |
Definition at line 180 of file node_geo_foreach_geometry_element.cc.
References data, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 198 of file node_geo_foreach_geometry_element.cc.
References params, and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 189 of file node_geo_foreach_geometry_element.cc.
References BLI_strncpy_utf8(), BLT_I18NCONTEXT_ID_NODETREE, and CTX_IFACE_.
Referenced by node_register(), and blender::nodes::node_geo_foreach_geometry_element_cc::output_node::node_register().
|
static |
Definition at line 169 of file node_geo_foreach_geometry_element.cc.
References NodeGeometryForeachGeometryElementInput::output_node_id, uiLayout::prop(), ptr, RNA_pointer_create_discrete(), tree, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 209 of file node_geo_foreach_geometry_element.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::draw_buttons_ex, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, GEO_NODE_FOREACH_GEOMETRY_ELEMENT_INPUT, geo_node_type_base(), blender::bke::bNodeType::initfunc, blender::bke::bNodeType::insert_link, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::nclass, blender::bke::bNodeType::no_muting, NODE_CLASS_INTERFACE, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_init(), node_insert_link(), node_label(), node_layout(), blender::nodes::node_geo_foreach_geometry_element_cc::node_layout_ex(), blender::bke::node_register_type(), blender::bke::node_type_storage(), and blender::bke::bNodeType::ui_name.
| blender::nodes::node_geo_foreach_geometry_element_cc::input_node::NODE_STORAGE_FUNCS | ( | NodeGeometryForeachGeometryElementInput | ) |