Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/paint.c
| Context not available. | |||||
| return false; | return false; | ||||
| /* non-locked shape keys could be handled in the same way as deformed mesh */ | /* non-locked shape keys could be handled in the same way as deformed mesh */ | ||||
| if ((ob->shapeflag & OB_SHAPE_LOCK) == 0 && me->key && ob->shapenr) | if ((ob->shapeflag & OB_SHAPE_LOCK) == 0 && me->key && (ob->shapenr + 1)) | ||||
| return true; | return true; | ||||
| md = modifiers_getVirtualModifierList(ob, &virtualModifierData); | md = modifiers_getVirtualModifierList(ob, &virtualModifierData); | ||||
| Context not available. | |||||