|
Blender V4.5
|
Classes | |
| class | LazyFunctionForMenuSwitchNode |
| class | LazyFunctionForMenuSwitchSocketUsage |
| class | MenuSwitchFn |
|
static |
Definition at line 35 of file node_geo_menu_switch.cc.
References ELEM, SOCK_BOOLEAN, SOCK_BUNDLE, SOCK_CLOSURE, SOCK_COLLECTION, SOCK_FLOAT, SOCK_GEOMETRY, SOCK_IMAGE, SOCK_INT, SOCK_MATERIAL, SOCK_MATRIX, SOCK_MENU, SOCK_OBJECT, SOCK_RGBA, SOCK_ROTATION, SOCK_STRING, and SOCK_VECTOR.
Referenced by node_rna().
|
static |
Definition at line 400 of file node_geo_menu_switch.cc.
References blender::nodes::socket_items::blend_read_data(), and node.
Referenced by register_node().
|
static |
Definition at line 395 of file node_geo_menu_switch.cc.
References blender::nodes::socket_items::blend_write(), and node.
Referenced by register_node().
|
static |
Definition at line 125 of file node_geo_menu_switch.cc.
References blender::nodes::socket_items::copy_array(), MEM_dupallocN(), and bNode::storage.
Referenced by register_node().
|
static |
Definition at line 61 of file node_geo_menu_switch.cc.
References b, NodeMenuSwitch::data_type, ELEM, NodeMenuSwitch::enum_definition, bNodeTree::id, input, blender::nodes::MenuSwitchItemsAccessor::item_srna, node, output, SOCK_COLLECTION, SOCK_GEOMETRY, SOCK_IMAGE, SOCK_MATERIAL, SOCK_OBJECT, blender::nodes::MenuSwitchItemsAccessor::socket_identifier_for_item(), and blender::nodes::socket_type_supports_fields().
Referenced by register_node().
|
static |
Definition at line 119 of file node_geo_menu_switch.cc.
References blender::nodes::socket_items::destruct_array(), MEM_freeN(), and node.
Referenced by register_node().
|
static |
Definition at line 134 of file node_geo_menu_switch.cc.
References IFACE_, node, params, SOCK_IN, and SOCK_MENU.
Referenced by register_node().
|
static |
Definition at line 106 of file node_geo_menu_switch.cc.
References blender::nodes::socket_items::add_item_with_name(), data, MEM_callocN(), node, and SOCK_GEOMETRY.
Referenced by register_node().
|
static |
Definition at line 389 of file node_geo_menu_switch.cc.
References node, and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by register_node().
|
static |
Definition at line 405 of file node_geo_menu_switch.cc.
References NodeMenuSwitch::enum_definition, NodeEnumDefinition::items_num, and node.
Referenced by register_node().
|
static |
Definition at line 101 of file node_geo_menu_switch.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by register_node().
|
static |
Definition at line 365 of file node_geo_menu_switch.cc.
References PointerRNA::data, blender::nodes::socket_items::ui::draw_active_item_props(), blender::nodes::socket_items::ui::draw_items_list_with_operators(), IFACE_, node, PointerRNA::owner_id, uiLayout::panel(), uiLayout::prop(), ptr, tree, UI_ITEM_NONE, uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node().
|
static |
Definition at line 384 of file node_geo_menu_switch.cc.
References blender::nodes::socket_items::ops::make_common_operators().
Referenced by register_node().
|
static |
Definition at line 417 of file node_geo_menu_switch.cc.
References blender::nodes::enum_items_filter(), is_supported_socket_type(), NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), rna_enum_node_socket_data_type_items, SOCK_GEOMETRY, and EnumPropertyItem::value.
Referenced by register_node().
|
static |
Definition at line 436 of file node_geo_menu_switch.cc.
References blender::bke::bNodeType::blend_data_read_storage_content, blender::bke::bNodeType::blend_write_storage_content, 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_MENU_SWITCH, geo_node_type_base(), blender::bke::bNodeType::ignore_inferred_input_socket_visibility, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::insert_link, blender::bke::bNodeType::internally_linked_input, blender::bke::bNodeType::nclass, node_blend_read(), node_blend_write(), NODE_CLASS_CONVERTER, node_copy_storage(), node_declare(), node_free_storage(), node_gather_link_searches(), node_init(), node_insert_link(), node_internally_linked_input(), node_layout(), node_layout_ex(), node_operators(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::register_operators, blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.