Blender Git Loki
Git Commits -> Revision af3f454
Revision af3f454 by Peter Schlaile (master) June 8, 2006, 19:05 (GMT) |
==Sequencer== Added patch by Matt Ebb, that enhances the sequencer GUI in several ways: - It looks a lot better - Strip colours are themeable. - The drawing code is more readable. - The background of the timeline makes now distinguishing the channels easier by alternating between different shades of gray. - Handle-scaling is clamped to min and max-values, making it possible to grab strips at large zooming levels more easily. - Preview-images can be panned by dragging it with the middle mouse button. Home-Key resets the position. - Since some people can't grab the meaning of "C 0", it is renamed to "Chan: 0" - Effect strips have slightly different colors to distinguish them better. Additionally: - fixed an off by one error in Matt's patch - Scene-rendering saves CFRA to avoid jumping current-scene on scrub (might be academic fix, since most likely it only happens if you add the sequencer-scene to the timeline... But nevertheless it bugs you on testing the GUI ;-) |
Commit Details:
Full Hash: af3f454cd82b8214b3ce004d7cb852523f9063b2
SVN Revision: 7649
Parent Commit: f6854b4
Lines Changed: +671, -345
13 Modified Paths:
/source/blender/include/BIF_drawseq.h (+2, -1) (Diff)
/source/blender/include/BIF_resources.h (+15, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Theme.py (+8, -0) (Diff)
/source/blender/python/api2_2x/windowTheme.c (+18, -1) (Diff)
/source/blender/src/drawseq.c (+507, -318) (Diff)
/source/blender/src/header_seq.c (+27, -17) (Diff)
/source/blender/src/interface_draw.c (+2, -2) (Diff)
/source/blender/src/resources.c (+72, -2) (Diff)
/source/blender/src/sequence.c (+2, -0) (Diff)
/source/blender/src/space.c (+2, -2) (Diff)
/source/blender/src/usiblender.c (+10, -0) (Diff)
/source/blender/include/BIF_resources.h (+15, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Theme.py (+8, -0) (Diff)
/source/blender/python/api2_2x/windowTheme.c (+18, -1) (Diff)
/source/blender/src/drawseq.c (+507, -318) (Diff)
/source/blender/src/header_seq.c (+27, -17) (Diff)
/source/blender/src/interface_draw.c (+2, -2) (Diff)
/source/blender/src/resources.c (+72, -2) (Diff)
/source/blender/src/sequence.c (+2, -0) (Diff)
/source/blender/src/space.c (+2, -2) (Diff)
/source/blender/src/usiblender.c (+10, -0) (Diff)