|
Blender V4.5
|
Functions | |
| 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_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 18 of file node_geo_evaluate_at_index.cc.
References b, bNode::custom2, min, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 44 of file node_geo_evaluate_at_index.cc.
References blender::nodes::GatherLinkSearchOpParams::add_item(), blender::nodes::LinkSearchOpParams::add_node(), CD_PROP_STRING, bNode::custom2, IFACE_, node_gather_link_searches(), blender::nodes::GatherLinkSearchOpParams::node_type(), blender::nodes::GatherLinkSearchOpParams::other_socket(), blender::bke::socket_type_to_custom_data_type(), bNodeSocket::type, and blender::nodes::LinkSearchOpParams::update_and_connect_available_socket().
Referenced by node_gather_link_searches(), and node_register().
|
static |
Definition at line 66 of file node_geo_evaluate_at_index.cc.
References bNode::custom1, blender::nodes::GeoNodeExecParams::extract_input(), blender::nodes::GeoNodeExecParams::node(), node_geo_exec(), and blender::nodes::GeoNodeExecParams::set_output().
Referenced by node_geo_exec(), and node_register().
Definition at line 38 of file node_geo_evaluate_at_index.cc.
References CD_PROP_FLOAT, bNode::custom1, bNode::custom2, and node_init().
Referenced by node_init(), and node_register().
|
static |
Definition at line 32 of file node_geo_evaluate_at_index.cc.
References node_layout(), uiLayout::prop(), and UI_ITEM_NONE.
Referenced by node_layout(), and node_register().
|
static |
Definition at line 96 of file node_geo_evaluate_at_index.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, GEO_NODE_EVALUATE_AT_INDEX, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, node_declare(), node_gather_link_searches(), node_geo_exec(), node_init(), node_layout(), node_register(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by node_register().
|
static |
Definition at line 76 of file node_geo_evaluate_at_index.cc.
References blender::nodes::enums::attribute_type_type_with_socket_fn(), CD_PROP_FLOAT, NOD_inline_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), rna_enum_attribute_domain_items, and rna_enum_attribute_type_items.
Referenced by node_register(), and node_rna().