Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_DerivedMesh.h
| Show First 20 Lines • Show All 407 Lines • ▼ Show 20 Lines | void makeDerivedMesh(struct Depsgraph *depsgraph, | ||||
| struct BMEditMesh *em, | struct BMEditMesh *em, | ||||
| const struct CustomData_MeshMasks *dataMask); | const struct CustomData_MeshMasks *dataMask); | ||||
| void DM_calc_loop_tangents(DerivedMesh *dm, | void DM_calc_loop_tangents(DerivedMesh *dm, | ||||
| bool calc_active_tangent, | bool calc_active_tangent, | ||||
| const char (*tangent_names)[MAX_NAME], | const char (*tangent_names)[MAX_NAME], | ||||
| int tangent_names_len); | int tangent_names_len); | ||||
| /* debug only */ | |||||
| #ifndef NDEBUG | |||||
| char *DM_debug_info(DerivedMesh *dm); | |||||
| void DM_debug_print(DerivedMesh *dm); | |||||
| bool DM_is_valid(DerivedMesh *dm); | |||||
| #endif | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||