Blender Git Commit Log
Git Commits -> Revision e3f3b74
Revision e3f3b74 by Joshua Leung (animsys2) November 12, 2008, 11:06 (GMT) |
AnimSys2: Current frame number indicator Added an (optional) frame number indicator beside the current frame indicator (green line) in Action/NLA/IPO editors. This can be turned on/off from the View menu. It draws as a green box containing the current frame number, and is attached to the bottom indicator line. Notes: * The placement in the IPO Editor is still quite non-optimal * The aim of this was to make it easier to see what frame is the current frame. However, this may be too obstructive for some people. |
Commit Details:
Full Hash: e3f3b74df3080b23487f63dd336db26d6e47a2e4
SVN Revision: 17422
Parent Commit: dc60111
Lines Changed: +113, -8
8 Modified Paths:
/source/blender/include/BDR_drawaction.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/src/drawaction.c (+64, -0) (Diff)
/source/blender/src/drawipo.c (+11, -5) (Diff)
/source/blender/src/header_action.c (+14, -0) (Diff)
/source/blender/src/header_ipo.c (+5, -0) (Diff)
/source/blender/src/header_nla.c (+12, -2) (Diff)
/source/blender/makesdna/DNA_action_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/src/drawaction.c (+64, -0) (Diff)
/source/blender/src/drawipo.c (+11, -5) (Diff)
/source/blender/src/header_action.c (+14, -0) (Diff)
/source/blender/src/header_ipo.c (+5, -0) (Diff)
/source/blender/src/header_nla.c (+12, -2) (Diff)