Page MenuHome

Animation editor scrollbars
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on May 7 2019, 5:54 PM.

Diff Detail

Repository
rB Blender
Branch
scrollbars (branched from master)
Build Status
Buildable 3534
Build 3534: arc lint + arc unit

Event Timeline

  • rename V2D_SCROLL_SCALE_* to V2D_SCROLL_*_HANDLES
  • rename V2D_SCROLL_WIDTH_TEXT and V2D_SCROLL_HEIGHT_TEXT
  • make number position independent of scrollbar position
  • move scrollbar to the right
Jacques Lucke (JacquesLucke) retitled this revision from Animation editor scrollbars [WIP] to Animation editor scrollbars.

Tested. Seems to work well.

Looks like this currently:

Currently they don't fade away based on distance, but I think that might be the best thing. this makes it so you can always judge where in the animation you are, even when the cursor is somewhere else. That is probably the right thing here.

This revision is now accepted and ready to land.May 8 2019, 1:48 PM
  • fix small alignment issues of scroll handles
This revision was automatically updated to reflect the committed changes.