Blender Git Loki
Git Commits -> Revision 744bb6f
Revision 744bb6f by Ton Roosendaal (master) May 8, 2005, 11:24 (GMT) |
UI goodies & cleanup - TimeLine: Marker grabbing works now. Use GKEY or select+drag, as usual Holding CTRL will step with 1 second (corrected for ntsc dudes yes!) Also added this in header pulldown - Time values and Time grid draw fixed for Seconds display. It used to draw steps of 2/5/10/20/50/100 etc. frames. Now does steps in seconds. Again corrected for "Frames/Sec" value. - "Frames/Sec" button redraws TimeLine, Secquencer, etc - Bug fixed in editing Theme for TimeLine (was editing Image Select...) - Added Grid color to Theme choices for Ipo, TimeLine, Sequencer, NLA, Action, Sound. Was missing! |
Commit Details:
Full Hash: 744bb6f19a4e0679bc047c0311a187d2121eb23b
SVN Revision: 4392
Parent Commit: 74ec3d4
Lines Changed: +143, -20
7 Modified Paths:
/source/blender/include/BSE_time.h (+1, -1) (Diff)
/source/blender/src/buttons_scene.c (+2, -2) (Diff)
/source/blender/src/drawipo.c (+23, -12) (Diff)
/source/blender/src/edittime.c (+102, -3) (Diff)
/source/blender/src/header_time.c (+5, -0) (Diff)
/source/blender/src/resources.c (+8, -0) (Diff)
/source/blender/src/space.c (+2, -2) (Diff)
/source/blender/src/buttons_scene.c (+2, -2) (Diff)
/source/blender/src/drawipo.c (+23, -12) (Diff)
/source/blender/src/edittime.c (+102, -3) (Diff)
/source/blender/src/header_time.c (+5, -0) (Diff)
/source/blender/src/resources.c (+8, -0) (Diff)
/source/blender/src/space.c (+2, -2) (Diff)