|
Blender V5.0
|
Classes | |
| class | EditSelectionFieldInput |
| class | SculptSelectionFieldInput |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static const void * | true_value (const bke::AttrType data_type) |
| static const void * | false_value (const bke::AttrType data_type) |
| static StringRef | mesh_selection_name (const AttrDomain domain) |
| static GField | get_selection_field (const eObjectMode object_mode, const bke::AttrType 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, blender::bke::Bool, and blender::bke::Float.
Referenced by get_selection_field(), and blender::nodes::node_geo_tool_selection_cc::EditSelectionFieldInput::get_varray_for_context().
|
static |
Definition at line 151 of file node_geo_tool_selection.cc.
References blender::bke::attribute_type_to_cpp_type(), false_value(), blender::fn::make_constant_field(), OB_MODE_EDIT, OB_MODE_OBJECT, OB_MODE_PAINT_GREASE_PENCIL, OB_MODE_SCULPT, OB_MODE_SCULPT_CURVES, OB_MODE_SCULPT_GREASE_PENCIL, and true_value().
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 172 of file node_geo_tool_selection.cc.
References blender::bke::Bool, blender::nodes::check_tool_context_and_error(), blender::bke::Float, get_selection_field(), and params.
Referenced by node_register().
|
static |
Definition at line 182 of file node_geo_tool_selection.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, GEO_NODE_TOOL_SELECTION, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_INPUT, node_declare(), node_geo_exec(), blender::bke::node_register_type(), blender::nodes::search_link_ops_for_tool_node(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 20 of file node_geo_tool_selection.cc.
References BLI_assert_unreachable, blender::bke::Bool, and blender::bke::Float.
Referenced by get_selection_field(), 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().