Blender V5.0
BKE_attribute_legacy_convert.hh File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::bke

Functions

std::optional< AttrTypeblender::bke::custom_data_type_to_attr_type (eCustomDataType data_type)
std::optional< eCustomDataTypeblender::bke::attr_type_to_custom_data_type (AttrType attr_type)
void blender::bke::mesh_convert_storage_to_customdata (Mesh &mesh)
void blender::bke::mesh_convert_customdata_to_storage (Mesh &mesh)
void blender::bke::curves_convert_customdata_to_storage (CurvesGeometry &curves)
void blender::bke::pointcloud_convert_customdata_to_storage (PointCloud &pointcloud)
void blender::bke::grease_pencil_convert_customdata_to_storage (GreasePencil &grease_pencil)