Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_multires.h
| Show First 20 Lines • Show All 120 Lines • ▼ Show 20 Lines | void multiresModifier_subdivide_legacy(struct MultiresModifierData *mmd, | ||||
| int updateblock, | int updateblock, | ||||
| int simple); | int simple); | ||||
| void multiresModifier_sync_levels_ex(struct Object *ob_dst, | void multiresModifier_sync_levels_ex(struct Object *ob_dst, | ||||
| struct MultiresModifierData *mmd_src, | struct MultiresModifierData *mmd_src, | ||||
| struct MultiresModifierData *mmd_dst); | struct MultiresModifierData *mmd_dst); | ||||
| void multires_stitch_grids(struct Object *); | void multires_stitch_grids(struct Object *); | ||||
| /* Versioning: Disable the Simple subdivision type in the UI. */ | |||||
| void multiresModifier_convert_to_catmull_clark(struct Object *object, | |||||
| struct MultiresModifierData *mmd); | |||||
| /* Related to the old multires */ | /* Related to the old multires */ | ||||
| void multires_free(struct Multires *mr); | void multires_free(struct Multires *mr); | ||||
| void multires_load_old(struct Object *ob, struct Mesh *me); | void multires_load_old(struct Object *ob, struct Mesh *me); | ||||
| void multires_load_old_250(struct Mesh *); | void multires_load_old_250(struct Mesh *); | ||||
| void multiresModifier_scale_disp(struct Depsgraph *depsgraph, | void multiresModifier_scale_disp(struct Depsgraph *depsgraph, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct Object *ob); | struct Object *ob); | ||||
| ▲ Show 20 Lines • Show All 103 Lines • Show Last 20 Lines | |||||