|
Blender V4.3
|
Functions | |
| NODE_STORAGE_FUNCS (NodeGeometryRepeatOutput) | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_free_storage (bNode *node) |
| static void | node_copy_storage (bNodeTree *, bNode *dst_node, const bNode *src_node) |
| static bool | node_insert_link (bNodeTree *ntree, bNode *node, bNodeLink *link) |
| static void | NODE_OT_repeat_zone_item_remove (wmOperatorType *ot) |
| static void | NODE_OT_repeat_zone_item_add (wmOperatorType *ot) |
| static void | NODE_OT_repeat_zone_item_move (wmOperatorType *ot) |
| static void | node_operators () |
| static void | node_register () |
|
static |
Definition at line 257 of file node_geo_repeat.cc.
References blender::nodes::socket_items::copy_array(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 209 of file node_geo_repeat.cc.
References b, blender::nodes::RepeatItemsAccessor::item_srna, NodeGeometryRepeatOutput::items, NodeGeometryRepeatOutput::items_num, NodeRepeatItem::name, blender::nodes::RepeatItemsAccessor::socket_identifier_for_item(), NodeRepeatItem::socket_type, blender::nodes::socket_type_supports_fields(), and tree.
Referenced by node_register().
|
static |
Definition at line 251 of file node_geo_repeat.cc.
References blender::nodes::socket_items::destruct_array(), and MEM_freeN().
Referenced by node_register().
|
static |
Definition at line 236 of file node_geo_repeat.cc.
References BLI_strdup(), data, DATA_, and SOCK_GEOMETRY.
Referenced by node_register().
|
static |
Definition at line 266 of file node_geo_repeat.cc.
References blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 290 of file node_geo_repeat.cc.
References NODE_OT_repeat_zone_item_add(), NODE_OT_repeat_zone_item_move(), NODE_OT_repeat_zone_item_remove(), and WM_operatortype_append().
Referenced by node_register().
|
static |
Definition at line 278 of file node_geo_repeat.cc.
References blender::nodes::socket_items::ops::add_item(), and ot.
Referenced by node_operators().
|
static |
Definition at line 284 of file node_geo_repeat.cc.
References blender::nodes::socket_items::ops::move_active_item(), and ot.
Referenced by node_operators().
|
static |
Definition at line 272 of file node_geo_repeat.cc.
References ot, and blender::nodes::socket_items::ops::remove_active_item().
Referenced by node_operators().
|
static |
Definition at line 297 of file node_geo_repeat.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons_ex, geo_node_type_base(), blender::bke::bNodeType::initfunc, blender::bke::bNodeType::insert_link, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::no_muting, NODE_CLASS_INTERFACE, node_copy_storage(), node_declare(), node_free_storage(), node_init(), node_insert_link(), blender::nodes::node_geo_repeat_cc::repeat_input_node::node_label(), blender::nodes::node_geo_repeat_cc::node_layout_ex(), node_operators(), blender::bke::node_register_type(), blender::bke::node_type_storage(), and blender::bke::bNodeType::register_operators.
| blender::nodes::node_geo_repeat_cc::repeat_output_node::NODE_STORAGE_FUNCS | ( | NodeGeometryRepeatOutput | ) |