Blender V5.0
node_geo_tool_set_selection.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_geo_tool_set_selection_cc

Enumerations

enum class  blender::nodes::node_geo_tool_set_selection_cc::SelectionType { blender::nodes::node_geo_tool_set_selection_cc::Boolean = 0 , blender::nodes::node_geo_tool_set_selection_cc::Float = 1 }

Functions

static void blender::nodes::node_geo_tool_set_selection_cc::node_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_geo_tool_set_selection_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void blender::nodes::node_geo_tool_set_selection_cc::node_init (bNodeTree *, bNode *node)
static GField blender::nodes::node_geo_tool_set_selection_cc::clamp_selection (const GField &selection)
static GField blender::nodes::node_geo_tool_set_selection_cc::invert_selection (const GField &selection)
static void blender::nodes::node_geo_tool_set_selection_cc::remove_with_wrong_domain (bke::MutableAttributeAccessor attributes, const StringRef name, const bke::AttrDomain domain)
static void blender::nodes::node_geo_tool_set_selection_cc::node_geo_exec (GeoNodeExecParams params)
static void blender::nodes::node_geo_tool_set_selection_cc::node_rna (StructRNA *srna)
static void blender::nodes::node_geo_tool_set_selection_cc::node_register ()