|
Blender V4.5
|
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 17 of file node_geo_tool_active_element.cc.
References b.
Referenced by node_register().
|
static |
Definition at line 37 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_layer_index, blender::nodes::GeoNodesOperatorData::active_point_index, BLI_assert_unreachable, blender::nodes::check_tool_context_and_error(), ELEM, blender::nodes::GeoNodesOperatorData::mode, OB_MODE_EDIT, and params.
Referenced by node_register().
|
static |
Definition at line 25 of file node_geo_tool_active_element.cc.
References bNode::custom1.
Referenced by node_register().
|
static |
Definition at line 30 of file node_geo_tool_active_element.cc.
References uiLayout::prop(), ptr, UI_ITEM_NONE, uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 97 of file node_geo_tool_active_element.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_TOOL_ACTIVE_ELEMENT, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, 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(), ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 78 of file node_geo_tool_active_element.cc.
References NOD_inline_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().