Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.c
| Context not available. | |||||
| if ((t->settings->uvcalc_flag & UVCALC_TRANSFORM_CORRECT) && | if ((t->settings->uvcalc_flag & UVCALC_TRANSFORM_CORRECT) && | ||||
| /* don't do this at all for non-basis shape keys, too easy to | /* don't do this at all for non-basis shape keys, too easy to | ||||
| * accidentally break uv maps or vertex colors then */ | * accidentally break uv maps or vertex colors then */ | ||||
| (bm->shapenr <= 1) && | (bm->shapenr <= 0) && | ||||
| (has_layer_math || (cd_loop_mdisp_offset != -1))) | (has_layer_math || (cd_loop_mdisp_offset != -1))) | ||||
| { | { | ||||
| sod->use_origfaces = true; | sod->use_origfaces = true; | ||||
| Context not available. | |||||