|
Blender V4.5
|
Classes | |
| class | IndexSwitchFunction |
| class | LazyFunctionForIndexSwitchNode |
Variables | |
| constexpr int | value_inputs_start = 1 |
|
static |
Definition at line 383 of file node_geo_index_switch.cc.
References node, and node_blend_read().
Referenced by node_blend_read(), and register_node().
|
static |
Definition at line 378 of file node_geo_index_switch.cc.
References node, and node_blend_write().
Referenced by node_blend_write(), and register_node().
|
static |
Definition at line 363 of file node_geo_index_switch.cc.
References MEM_dupallocN(), node_copy_storage(), and bNode::storage.
Referenced by node_copy_storage(), and register_node().
|
static |
Definition at line 28 of file node_geo_index_switch.cc.
References b, NodeIndexSwitch::data_type, ELEM, blender::Span< T >::index_range(), input, min, node, output, blender::Span< T >::size(), SOCK_COLLECTION, SOCK_GEOMETRY, SOCK_IMAGE, SOCK_MATERIAL, SOCK_OBJECT, blender::nodes::IndexSwitchItemsAccessor::socket_identifier_for_item(), and blender::nodes::socket_type_supports_fields().
Referenced by register_node().
|
static |
Definition at line 357 of file node_geo_index_switch.cc.
References MEM_freeN(), node, and node_free_storage().
Referenced by node_free_storage(), and register_node().
|
static |
Definition at line 120 of file node_geo_index_switch.cc.
References IFACE_, node, params, SOCK_INT, and SOCK_OUT.
Referenced by register_node().
|
static |
Definition at line 103 of file node_geo_index_switch.cc.
References BLI_assert, data, MEM_calloc_arrayN(), MEM_callocN(), node, and SOCK_GEOMETRY.
Referenced by register_node().
|
static |
Definition at line 372 of file node_geo_index_switch.cc.
References node, and node_insert_link().
Referenced by node_insert_link(), and register_node().
|
static |
Definition at line 388 of file node_geo_index_switch.cc.
References NodeIndexSwitch::items_num, node, and node_internally_linked_input().
Referenced by node_internally_linked_input(), and register_node().
|
static |
Definition at line 65 of file node_geo_index_switch.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by register_node().
|
static |
Definition at line 70 of file node_geo_index_switch.cc.
References col, uiLayout::column(), PointerRNA::data, IFACE_, NodeIndexSwitch::items_num, uiLayout::label(), node, uiLayout::op(), uiLayout::panel(), ptr, RNA_int_set(), and uiLayout::row().
Referenced by register_node().
|
static |
Definition at line 97 of file node_geo_index_switch.cc.
References NODE_OT_index_switch_item_add(), NODE_OT_index_switch_item_remove(), and WM_operatortype_append().
Referenced by register_node().
|
static |
Definition at line 86 of file node_geo_index_switch.cc.
References blender::nodes::socket_items::ops::add_item(), and ot.
Referenced by node_operators().
|
static |
Definition at line 91 of file node_geo_index_switch.cc.
References ot, and blender::nodes::socket_items::ops::remove_item_by_index().
Referenced by node_operators().
|
static |
Definition at line 317 of file node_geo_index_switch.cc.
References ELEM, blender::nodes::enum_items_filter(), NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), rna_enum_node_socket_data_type_items, 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, SOCK_VECTOR, and EnumPropertyItem::value.
Referenced by register_node().
|
static |
Definition at line 400 of file node_geo_index_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_INDEX_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(), register_node(), blender::bke::bNodeType::register_operators, blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by register_node().
|
constexpr |
Definition at line 140 of file node_geo_index_switch.cc.
Referenced by blender::nodes::node_geo_index_switch_cc::IndexSwitchFunction::call(), blender::nodes::node_geo_index_switch_cc::LazyFunctionForIndexSwitchNode::execute_field(), blender::nodes::node_geo_index_switch_cc::LazyFunctionForIndexSwitchNode::execute_single(), blender::nodes::node_geo_index_switch_cc::LazyFunctionForIndexSwitchNode::LazyFunctionForIndexSwitchNode(), and blender::nodes::node_geo_index_switch_cc::LazyFunctionForIndexSwitchNode::values_num().