|
Blender V4.3
|
Classes | |
| class | EditSelectionFieldInput |
| class | SculptSelectionFieldInput |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static const void * | true_value (const eCustomDataType data_type) |
| static const void * | false_value (const eCustomDataType data_type) |
| static StringRef | mesh_selection_name (const AttrDomain domain) |
| static GField | get_selection_field (const eObjectMode object_mode, const eCustomDataType data_type) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 38 of file node_geo_tool_selection.cc.
References BLI_assert_unreachable, CD_PROP_BOOL, and CD_PROP_FLOAT.
Referenced by blender::nodes::node_geo_tool_selection_cc::EditSelectionFieldInput::get_varray_for_context().
|
static |
Definition at line 149 of file node_geo_tool_selection.cc.
References blender::fn::make_constant_field(), OB_MODE_EDIT, OB_MODE_OBJECT, OB_MODE_SCULPT, and OB_MODE_SCULPT_CURVES.
Referenced by node_geo_exec().
|
static |
Definition at line 56 of file node_geo_tool_selection.cc.
References BLI_assert_unreachable.
Referenced by blender::nodes::node_geo_tool_selection_cc::EditSelectionFieldInput::get_varray_for_context().
|
static |
Definition at line 11 of file node_geo_tool_selection.cc.
References b, and blender::nodes::SocketDeclaration::description.
Referenced by node_register().
|
static |
Definition at line 164 of file node_geo_tool_selection.cc.
References CD_PROP_BOOL, CD_PROP_FLOAT, blender::nodes::check_tool_context_and_error(), get_selection_field(), and params.
Referenced by node_register().
|
static |
Definition at line 174 of file node_geo_tool_selection.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_INPUT, node_declare(), node_geo_exec(), blender::bke::node_register_type(), and blender::nodes::search_link_ops_for_tool_node().
|
static |
Definition at line 20 of file node_geo_tool_selection.cc.
References BLI_assert_unreachable, CD_PROP_BOOL, and CD_PROP_FLOAT.
Referenced by blender::nodes::node_geo_tool_selection_cc::EditSelectionFieldInput::get_varray_for_context(), and blender::nodes::node_geo_tool_selection_cc::SculptSelectionFieldInput::get_varray_for_context().