Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_time/space_time.c
| Show First 20 Lines • Show All 462 Lines • ▼ Show 20 Lines | else { | ||||
| if (ob && (active_done == 0)) | if (ob && (active_done == 0)) | ||||
| time_draw_idblock_keyframes(v2d, (ID *)ob, 0, color); | time_draw_idblock_keyframes(v2d, (ID *)ob, 0, color); | ||||
| } | } | ||||
| } | } | ||||
| /* ---------------- */ | /* ---------------- */ | ||||
| /* editor level listener */ | /* editor level listener */ | ||||
| static void time_listener(bScreen *UNUSED(sc), ScrArea *sa, wmNotifier *wmn, const Scene *UNUSED(scene)) | static void time_listener(bScreen *UNUSED(sc), ScrArea *sa, wmNotifier *wmn, const Scene *UNUSED(scene), | ||||
| const WorkSpace *UNUSED(workspace)) | |||||
| { | { | ||||
| /* mainly for updating cache display */ | /* mainly for updating cache display */ | ||||
| switch (wmn->category) { | switch (wmn->category) { | ||||
| case NC_OBJECT: | case NC_OBJECT: | ||||
| { | { | ||||
| switch (wmn->data) { | switch (wmn->data) { | ||||
| case ND_BONE_SELECT: | case ND_BONE_SELECT: | ||||
| ▲ Show 20 Lines • Show All 336 Lines • Show Last 20 Lines | |||||