|
Blender V4.3
|
Enumerations | |
| enum class | PatternMode { Exact , Wildcard } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
strong |
| Enumerator | |
|---|---|
| Exact | |
| Wildcard | |
Definition at line 16 of file node_geo_remove_attribute.cc.
|
static |
Definition at line 21 of file node_geo_remove_attribute.cc.
References b, and blender::nodes::SocketDeclaration::hide_label.
Referenced by node_register().
|
static |
Definition at line 33 of file node_geo_remove_attribute.cc.
References blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::add(), blender::bke::allow_procedural_attribute_access(), blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::bke::attribute_name_is_anonymous(), blender::bke::GeometryComponent::attributes(), blender::bke::GeometryComponent::attributes_for_write(), blender::Span< T >::count(), blender::bke::GeometryComponent::Curve, blender::StringRefBase::endswith(), Exact, blender::StringRefBase::find(), blender::bke::GeometrySet::get_component(), blender::bke::GeometrySet::get_component_for_write(), blender::bke::GeometrySet::has(), blender::bke::GeometryComponent::Instance, blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::is_empty(), blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), blender::bke::GeometryComponent::Mesh, blender::bke::GeometrySet::modify_geometry_sets(), blender::bke::AttributeIter::name, params, blender::bke::GeometryComponent::PointCloud, blender::StringRefBase::startswith(), blender::StringRefBase::substr(), TIP_, and Wildcard.
Referenced by node_register().
|
static |
Definition at line 28 of file node_geo_remove_attribute.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 167 of file node_geo_remove_attribute.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_ATTRIBUTE, node_declare(), node_geo_exec(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_size(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 143 of file node_geo_remove_attribute.cc.
References Exact, int, NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and Wildcard.
Referenced by node_register().