|
Blender V5.0
|
Functions | |
| NODE_STORAGE_FUNCS (NodeGeometryRepeatOutput) | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *tree, 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 (bke::NodeInsertLinkParams ¶ms) |
| static void | node_operators () |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_blend_write (const bNodeTree &, const bNode &node, BlendWriter &writer) |
| static void | node_blend_read (bNodeTree &, bNode &node, BlendDataReader &reader) |
| static int | node_shader_fn (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| static void | node_register () |
|
static |
Definition at line 290 of file node_geo_repeat.cc.
References blender::nodes::socket_items::blend_read_data().
Referenced by node_register().
|
static |
Definition at line 285 of file node_geo_repeat.cc.
References blender::nodes::socket_items::blend_write().
Referenced by node_register().
|
static |
Definition at line 226 of file node_geo_repeat.cc.
References blender::nodes::socket_items::copy_array(), MEM_dupallocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 172 of file node_geo_repeat.cc.
References b, i, blender::nodes::RepeatItemsAccessor::item_srna, NodeGeometryRepeatOutput::items, NodeGeometryRepeatOutput::items_num, name, 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 220 of file node_geo_repeat.cc.
References blender::nodes::socket_items::destruct_array(), MEM_freeN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 246 of file node_geo_repeat.cc.
References blender::nodes::socket_items::add_item_with_socket_type_and_name(), blender::nodes::socket_items::clear(), bNode::identifier, IFACE_, bNode::location, blender::bke::node_add_link(), NodeGeometryRepeatInput::output_node_id, params, SOCK_IN, bNode::storage, blender::nodes::RepeatItemsAccessor::supports_socket_type(), bNodeSocket::type, and blender::nodes::update_node_declaration_and_sockets().
Referenced by node_register().
|
static |
Definition at line 203 of file node_geo_repeat.cc.
References BLI_strdup(), data, DATA_, MEM_calloc_arrayN(), MEM_callocN(), NTREE_GEOMETRY, SOCK_GEOMETRY, bNode::storage, and tree.
Referenced by node_register().
|
static |
Definition at line 235 of file node_geo_repeat.cc.
References params, and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 241 of file node_geo_repeat.cc.
References blender::nodes::socket_items::ops::make_common_operators().
Referenced by node_register().
|
static |
Definition at line 305 of file node_geo_repeat.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_ex, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, GEO_NODE_REPEAT_OUTPUT, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::insert_link, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::nclass, blender::bke::bNodeType::no_muting, node_blend_read(), node_blend_write(), NODE_CLASS_INTERFACE, node_copy_storage(), node_declare(), node_free_storage(), node_gather_link_searches(), 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(), node_shader_fn(), blender::bke::node_type_storage(), blender::bke::bNodeType::register_operators, sh_geo_node_type_base(), and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 295 of file node_geo_repeat.cc.
References GPU_stack_link_zone(), bNode::identifier, in, and out.
Referenced by node_register().
| blender::nodes::node_geo_repeat_cc::repeat_output_node::NODE_STORAGE_FUNCS | ( | NodeGeometryRepeatOutput | ) |