|
Blender V4.3
|
#include <NOD_geometry_nodes_log.hh>
Public Attributes | |
| std::string | name |
| std::optional< bke::AttrDomain > | domain |
| std::optional< eCustomDataType > | data_type |
Definition at line 125 of file NOD_geometry_nodes_log.hh.
| std::optional<eCustomDataType> blender::nodes::geo_eval_log::GeometryAttributeInfo::data_type |
Definition at line 129 of file NOD_geometry_nodes_log.hh.
Referenced by blender::ed::space_node::attribute_search_exec_fn(), and blender::ui::attribute_search_item_add().
| std::optional<bke::AttrDomain> blender::nodes::geo_eval_log::GeometryAttributeInfo::domain |
Can be empty when name does not actually exist on a geometry yet.
Definition at line 128 of file NOD_geometry_nodes_log.hh.
Referenced by blender::ui::attribute_search_item_add().
| std::string blender::nodes::geo_eval_log::GeometryAttributeInfo::name |
Definition at line 126 of file NOD_geometry_nodes_log.hh.
Referenced by blender::ui::attribute_search_add_items(), blender::ed::space_node::attribute_search_exec_fn(), and blender::ui::attribute_search_item_add().