|
Blender V4.3
|
#include "BLI_string_ref.hh"#include "DNA_customdata_types.h"#include "RNA_access.hh"#include "RNA_enum_types.hh"#include "BLT_translation.hh"#include "BKE_attribute.hh"#include "NOD_geometry_nodes_log.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "UI_string_search.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ui |
Functions | |
| static StringRef | blender::ui::attribute_data_type_string (const eCustomDataType type) |
| static StringRef | blender::ui::attribute_domain_string (const bke::AttrDomain domain) |
| static bool | blender::ui::attribute_search_item_add (uiSearchItems *items, const GeometryAttributeInfo &item) |
| void | blender::ui::attribute_search_add_items (StringRefNull str, bool can_create_attribute, Span< const nodes::geo_eval_log::GeometryAttributeInfo * > infos, uiSearchItems *items, bool is_first) |