Blender V5.0
node_geo_remove_attribute.cc File Reference
#include "BKE_instances.hh"
#include "node_geometry_util.hh"
#include <fmt/format.h>

Go to the source code of this file.

Classes

struct  blender::nodes::node_geo_remove_attribute_cc::RemoveAttributeParams

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_geo_remove_attribute_cc

Enumerations

enum class  blender::nodes::node_geo_remove_attribute_cc::PatternMode { blender::nodes::node_geo_remove_attribute_cc::Exact , blender::nodes::node_geo_remove_attribute_cc::Wildcard }

Functions

static void blender::nodes::node_geo_remove_attribute_cc::node_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_geo_remove_attribute_cc::remove_attributes_recursive (GeometrySet &geometry_set, RemoveAttributeParams &params)
static void blender::nodes::node_geo_remove_attribute_cc::node_geo_exec (GeoNodeExecParams params)
static void blender::nodes::node_geo_remove_attribute_cc::node_register ()

Variables

static const EnumPropertyItem blender::nodes::node_geo_remove_attribute_cc::pattern_mode_items []