Blender Git Commit Log

Git Commits -> Revision b3431a8

Revision b3431a8 by Philipp Oeser (master)
September 28, 2021, 09:14 (GMT)
Fix Drivers Editor showing playhead on the X Axis

Currently the Drivers Editor shows this (the blue thing can be dragged
to change frame):
{F10647661}

But the Drivers Editors X axis is the output of the driver [which can be
further tweaked by the curve] not time(frame).
So it seems better to not mix them here, it is just confusing to have
two different units on one axis.
Especially since what we really want to look at in X (the drivers output
value) can be in a totally unrelated range compared to frames, so e.g.
we might be interested in a drivers range from 0.0 to 1.0 and a
framerange of 100 to 200, so putting this on one axis just does not make
sense. Better to use a separate timeline for this.

Note 2.79 also did not do this.

Maniphest Tasks: T91157

Differential Revision: https://developer.blender.org/D12392

Commit Details:

Full Hash: b3431a88465db2433b46e1f6426c801125d0047d
Parent Commit: 6f29801
Lines Changed: +35, -27

7 Modified Paths:

/source/blender/editors/animation/anim_ops.c (+8, -1) (Diff)
/source/blender/editors/animation/time_scrub_ui.c (+16, -20) (Diff)
/source/blender/editors/include/ED_time_scrub_ui.h (+1, -2) (Diff)
/source/blender/editors/space_action/space_action.c (+1, -1) (Diff)
/source/blender/editors/space_graph/space_graph.c (+7, -1) (Diff)
/source/blender/editors/space_nla/space_nla.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021