Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_space.c
| Context not available. | |||||
| else { | else { | ||||
| saction->action = NULL; | saction->action = NULL; | ||||
| } | } | ||||
| /* 2) enable 'show sliders' by default, since one of the main | |||||
| * points of the ShapeKey Editor is to provide a one-stop shop | |||||
| * for controlling the shapekeys, whose main control is the value | |||||
| */ | |||||
| saction->flag |= SACTION_SLIDERS; | |||||
| } | } | ||||
| /* make sure action stored is valid */ | /* make sure action stored is valid */ | ||||
| else if (saction->mode == SACTCONT_ACTION) { | else if (saction->mode == SACTCONT_ACTION) { | ||||
| Context not available. | |||||