Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_multires.h
| Show All 18 Lines | |||||
| struct MDisps; | struct MDisps; | ||||
| struct Mesh; | struct Mesh; | ||||
| struct ModifierData; | struct ModifierData; | ||||
| struct MultiresModifierData; | struct MultiresModifierData; | ||||
| struct Object; | struct Object; | ||||
| struct Scene; | struct Scene; | ||||
| struct SubdivCCG; | struct SubdivCCG; | ||||
| struct MLoopTri; | |||||
| struct MPoly; | struct MPoly; | ||||
| /** | /** | ||||
| * Delete mesh mdisps and grid paint masks. | * Delete mesh mdisps and grid paint masks. | ||||
| */ | */ | ||||
| void multires_customdata_delete(struct Mesh *me); | void multires_customdata_delete(struct Mesh *me); | ||||
| void multires_set_tot_level(struct Object *ob, struct MultiresModifierData *mmd, int lvl); | void multires_set_tot_level(struct Object *ob, struct MultiresModifierData *mmd, int lvl); | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||