|
Blender V5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
Functions | |
| void | blender::draw::drw_attributes_merge (VectorSet< std::string > *dst, const VectorSet< std::string > *src) |
| bool | blender::draw::drw_attributes_overlap (const VectorSet< std::string > *a, const VectorSet< std::string > *b) |
| void | blender::draw::drw_attributes_add_request (VectorSet< std::string > *attrs, const StringRef name) |
| bool | blender::draw::drw_custom_data_match_attribute (const CustomData &custom_data, const StringRef name, int *r_layer_index, eCustomDataType *r_type) |