|
Blender V4.5
|
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 () |
| 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 36 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(), bNode::custom1, blender::StringRefBase::endswith(), Exact, blender::bke::GeometrySet::get_component(), blender::bke::GeometrySet::get_component_for_write(), blender::bke::GeometrySet::has(), blender::nodes::Info, blender::Set< Key, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::is_empty(), blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), lock, blender::bke::GeometrySet::modify_geometry_sets(), blender::bke::AttributeIter::name, params, blender::StringRefBase::startswith(), blender::StringRefBase::substr(), TIP_, blender::nodes::Warning, and Wildcard.
Referenced by node_register().
|
static |
Definition at line 31 of file node_geo_remove_attribute.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 176 of file node_geo_remove_attribute.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_REMOVE_ATTRIBUTE, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, 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, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 152 of file node_geo_remove_attribute.cc.
References Exact, NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and Wildcard.
Referenced by node_register().