Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/anim_draw.c
| Context not available. | |||||
| /* populate tree with keyframe nodes */ | /* populate tree with keyframe nodes */ | ||||
| scene_to_keylist(&ads, scene, &keys, NULL); | scene_to_keylist(&ads, scene, &keys, NULL); | ||||
| gpencil_to_keylist(&ads, scene->gpd, &keys); | gpencil_to_keylist(&ads, scene->gpd, &keys, false); | ||||
| if (ob) { | if (ob) { | ||||
| ob_to_keylist(&ads, ob, &keys, NULL); | ob_to_keylist(&ads, ob, &keys, NULL); | ||||
| gpencil_to_keylist(&ads, ob->gpd, &keys); | gpencil_to_keylist(&ads, ob->data, &keys, false); | ||||
| } | } | ||||
| if (mask) { | if (mask) { | ||||
| Context not available. | |||||