Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_customdata.h
| Show First 20 Lines • Show All 745 Lines • ▼ Show 20 Lines | |||||
| void CustomData_debug_info_from_layers(const struct CustomData *data, | void CustomData_debug_info_from_layers(const struct CustomData *data, | ||||
| const char *indent, | const char *indent, | ||||
| struct DynStr *dynstr); | struct DynStr *dynstr); | ||||
| #endif /* NDEBUG */ | #endif /* NDEBUG */ | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| #ifdef __cplusplus | |||||
| # include "BLI_cpp_type.hh" | |||||
| namespace blender::bke { | |||||
| const CPPType *custom_data_type_to_cpp_type(const CustomDataType type); | |||||
| CustomDataType cpp_type_to_custom_data_type(const CPPType &type); | |||||
| } // namespace blender::bke | |||||
| #endif | |||||