36 const char *indent8 =
" ";
45 BLI_dynstr_appendf(dynstr,
" 'runtime.deformed_only': %d,\n", mesh->runtime->deformed_only);
47 dynstr,
" 'runtime->is_original_bmesh': %d,\n", mesh->runtime->is_original_bmesh);
CustomData interface, see also DNA_customdata_types.h.
void CustomData_debug_info_from_layers(const CustomData *data, const char *indent, DynStr *dynstr)
A dynamically sized string ADT.
char * BLI_dynstr_get_cstring(const DynStr *ds) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT ATTR_NONNULL()
DynStr * BLI_dynstr_new(void) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT
void BLI_dynstr_free(DynStr *ds) ATTR_NONNULL()
void BLI_dynstr_appendf(DynStr *__restrict ds, const char *__restrict format,...) ATTR_PRINTF_FORMAT(2
void BLI_dynstr_append(DynStr *__restrict ds, const char *cstr) ATTR_NONNULL()
Object is a sort of wrapper for general info.
Read Guarded memory(de)allocation.
void MEM_freeN(void *vmemh)
void BKE_mesh_debug_print(const Mesh *mesh)
char * BKE_mesh_debug_info(const Mesh *mesh)