|
Blender V4.3
|
Enumerations | |
| enum class | SelectionType { Boolean = 0 , Float = 1 } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static GField | clamp_selection (const GField &selection) |
| static GField | invert_selection (const GField &selection) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
strong |
| Enumerator | |
|---|---|
| Boolean | |
| Float | |
Definition at line 20 of file node_geo_tool_set_selection.cc.
|
static |
Definition at line 53 of file node_geo_tool_set_selection.cc.
References blender::fn::FieldOperation::Create(), and selection.
|
static |
Definition at line 63 of file node_geo_tool_set_selection.cc.
References blender::fn::FieldOperation::Create(), and invert().
|
static |
Definition at line 25 of file node_geo_tool_set_selection.cc.
References b, Boolean, and Float.
Referenced by node_register().
|
static |
Definition at line 76 of file node_geo_tool_set_selection.cc.
References blender::nodes::check_tool_context_and_error(), blender::bke::get_implicit_type_conversions(), OB_MODE_OBJECT, and params.
Referenced by node_register().
|
static |
Definition at line 47 of file node_geo_tool_set_selection.cc.
References Boolean.
Referenced by node_register().
|
static |
Definition at line 41 of file node_geo_tool_set_selection.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 201 of file node_geo_tool_set_selection.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_GEOMETRY, node_declare(), node_geo_exec(), node_init(), node_layout(), node_register(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, blender::nodes::search_link_ops_for_tool_node(), and ExtensionRNA::srna.
Referenced by node_register().
|
static |
Definition at line 169 of file node_geo_tool_set_selection.cc.
References int, NOD_inline_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), and rna_enum_attribute_domain_point_edge_face_curve_items.
Referenced by node_register(), and node_rna().