Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/anim_channels_defines.c
| Context not available. | |||||
| case ACHANNEL_SETTING_EXPAND: | case ACHANNEL_SETTING_EXPAND: | ||||
| return true; | return true; | ||||
| // TOOD: selected? | // TODO: selected? | ||||
| default: /* unsupported */ | default: /* unsupported */ | ||||
| return false; | return false; | ||||
| Context not available. | |||||
| case ACHANNEL_SETTING_MUTE: /* animation muting - similar to frame lock... */ | case ACHANNEL_SETTING_MUTE: /* animation muting - similar to frame lock... */ | ||||
| return GP_LAYER_FRAMELOCK; | return GP_LAYER_FRAMELOCK; | ||||
| case ACHANNEL_SETTING_VISIBLE: /* visiblity of the layers (NOT muting) */ | case ACHANNEL_SETTING_VISIBLE: /* visibility of the layers (NOT muting) */ | ||||
| *neg = true; | *neg = true; | ||||
| return GP_LAYER_HIDE; | return GP_LAYER_HIDE; | ||||
| Context not available. | |||||