|
Blender V5.0
|
Public Attributes | |
| PatternMode | pattern_mode |
| std::string | pattern |
| std::string | wildcard_prefix |
| std::string | wildcard_suffix |
| Set< std::string > | removed_attributes |
| Set< std::string > | failed_attributes |
Definition at line 45 of file node_geo_remove_attribute.cc.
| Set<std::string> blender::nodes::node_geo_remove_attribute_cc::RemoveAttributeParams::failed_attributes |
Definition at line 52 of file node_geo_remove_attribute.cc.
Referenced by blender::nodes::node_geo_remove_attribute_cc::node_geo_exec().
| std::string blender::nodes::node_geo_remove_attribute_cc::RemoveAttributeParams::pattern |
Definition at line 47 of file node_geo_remove_attribute.cc.
Referenced by blender::nodes::node_geo_remove_attribute_cc::node_geo_exec().
| PatternMode blender::nodes::node_geo_remove_attribute_cc::RemoveAttributeParams::pattern_mode |
Definition at line 46 of file node_geo_remove_attribute.cc.
Referenced by blender::nodes::node_geo_remove_attribute_cc::node_geo_exec().
| Set<std::string> blender::nodes::node_geo_remove_attribute_cc::RemoveAttributeParams::removed_attributes |
Definition at line 51 of file node_geo_remove_attribute.cc.
Referenced by blender::nodes::node_geo_remove_attribute_cc::node_geo_exec().
| std::string blender::nodes::node_geo_remove_attribute_cc::RemoveAttributeParams::wildcard_prefix |
Definition at line 48 of file node_geo_remove_attribute.cc.
Referenced by blender::nodes::node_geo_remove_attribute_cc::node_geo_exec().
| std::string blender::nodes::node_geo_remove_attribute_cc::RemoveAttributeParams::wildcard_suffix |
Definition at line 49 of file node_geo_remove_attribute.cc.
Referenced by blender::nodes::node_geo_remove_attribute_cc::node_geo_exec().