Blender
V3.3
|
#include <NOD_geometry_nodes_eval_log.hh>
Public Attributes | |
std::string | name |
std::optional< eAttrDomain > | domain |
std::optional< eCustomDataType > | data_type |
Definition at line 90 of file NOD_geometry_nodes_eval_log.hh.
std::optional<eCustomDataType> blender::nodes::geometry_nodes_eval_log::GeometryAttributeInfo::data_type |
Definition at line 94 of file NOD_geometry_nodes_eval_log.hh.
Referenced by blender::ed::space_node::attribute_search_exec_fn(), and blender::ui::attribute_search_item_add().
std::optional<eAttrDomain> blender::nodes::geometry_nodes_eval_log::GeometryAttributeInfo::domain |
Can be empty when name does not actually exist on a geometry yet.
Definition at line 93 of file NOD_geometry_nodes_eval_log.hh.
Referenced by blender::ui::attribute_search_item_add().
std::string blender::nodes::geometry_nodes_eval_log::GeometryAttributeInfo::name |
Definition at line 91 of file NOD_geometry_nodes_eval_log.hh.
Referenced by blender::ui::attribute_search_add_items(), blender::ed::space_node::attribute_search_exec_fn(), attribute_search_exec_fn(), and blender::ui::attribute_search_item_add().