Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_lattice.c
| Context not available. | |||||
| lt = obedit->data; | lt = obedit->data; | ||||
| editlt = lt->editlatt->latt; | editlt = lt->editlatt->latt; | ||||
| if (lt->editlatt->shapenr) { | if (lt->editlatt->shapenr >= 0) { | ||||
| actkey = BLI_findlink(<->key->block, lt->editlatt->shapenr - 1); | actkey = BLI_findlink(<->key->block, lt->editlatt->shapenr); | ||||
| /* active key: vertices */ | /* active key: vertices */ | ||||
| tot = editlt->pntsu * editlt->pntsv * editlt->pntsw; | tot = editlt->pntsu * editlt->pntsv * editlt->pntsw; | ||||
| Context not available. | |||||