Blender Git Loki
Git Commits -> Revision 82b1703
Revision 82b1703 by Joshua Leung (master) July 6, 2011, 01:34 (GMT) |
NLA Drawing - When "Show Control Curves" option in View menu is disabled, the strips are drawn so that they take up less vertical space. Originally, the primary reason why these were taller than those in the other animation editors was really so that these control curves could be visualised adequately. So, when these aren't shown, we can afford to collapse the strips vertically. This should make it possible to fit more strips on screen to retime them. in some staggered fashion. |
Commit Details:
Full Hash: 82b17039edcd3563b80b5448baf16f97f9f2e9e5
SVN Revision: 38134
Parent Commit: eb55fd1
Lines Changed: +40, -30
7 Modified Paths:
/source/blender/editors/animation/anim_channels_edit.c (+3, -2) (Diff)
/source/blender/editors/include/ED_anim_api.h (+6, -5) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+3, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+18, -16) (Diff)
/source/blender/editors/space_nla/nla_select.c (+5, -3) (Diff)
/source/blender/editors/transform/transform_conversions.c (+3, -1) (Diff)
/source/blender/editors/transform/transform_generics.c (+2, -2) (Diff)
/source/blender/editors/include/ED_anim_api.h (+6, -5) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+3, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+18, -16) (Diff)
/source/blender/editors/space_nla/nla_select.c (+5, -3) (Diff)
/source/blender/editors/transform/transform_conversions.c (+3, -1) (Diff)
/source/blender/editors/transform/transform_generics.c (+2, -2) (Diff)