|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 20 of file node_geo_tool_active_element.cc.
References b.
Referenced by node_register().
|
static |
Definition at line 40 of file node_geo_tool_active_element.cc.
References blender::nodes::GeoNodesOperatorData::active_edge_index, blender::nodes::GeoNodesOperatorData::active_face_index, blender::nodes::GeoNodesOperatorData::active_point_index, BLI_assert_unreachable, blender::nodes::check_tool_context_and_error(), OB_MODE_EDIT, and params.
Referenced by node_register().
|
static |
Definition at line 28 of file node_geo_tool_active_element.cc.
Referenced by node_register().
|
static |
Definition at line 33 of file node_geo_tool_active_element.cc.
References ptr, UI_ITEM_NONE, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 84 of file node_geo_tool_active_element.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_INPUT, node_declare(), node_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, blender::nodes::search_link_ops_for_tool_node(), and ExtensionRNA::srna.
|
static |
Definition at line 73 of file node_geo_tool_active_element.cc.
References NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_attribute_domain_only_mesh_no_corner_items.
Referenced by node_register().