Blender Git Commit Log
Git Commits -> Revision 3cb25c7
Revision 3cb25c7 by Joshua Leung (master) March 20, 2007, 11:04 (GMT) |
== Action Editor - Collapsable Action Channels == Action Channels can now be collapsed/expanded to show/hide Constraint Channels, lessening clutter. In future, this could (will probably be) expanded to show the show/hide individual transform channels. User Notes: * Expansion is off by default * NKEY popup now features option to turn expansion on/off * Changed behaviour of protection a bit - now if an action channel has protection on, constraint channels under it are also automagically protected Developer Notes: * I've gone through doing a lot of whitespace/linebreak tweaking to get the code looking more consistent with itself * To save typing (and to make it easier to make future revisions), a set of macros is now used to check for some commonly-checked settings (i.e. selection, visibility, and protection). |
Commit Details:
Full Hash: 3cb25c774c993fd4ca316c529f75d87e1761b417
SVN Revision: 10311
Parent Commit: a514770
Lines Changed: +549, -542