blender/release/scripts
Joshua Leung db4609eb08 Animation Editors: Channel Reordering
This commit restores the ability to reorder channels in the animation editors (DopeSheet/Action/etc., Graph/Drivers, NLA). The hotkeys for this are:
- Shift-PageUp = Move Up
- Shift-PageDown = Move Down

- Ctrl-Shift-PageUp = Move to Top of List
- Ctrl-Shift-PageDown = Move to Bottom of List

Do note that only animation data can get reordered using this. 
So, do not expect to be able to change the object order (that is actually taken from the order that Blender actually evaluates them per update/frame).

---

In the process, I've fixed a couple of other bugs:
* Removed 'optimisation step' check in anim_filter.c for dopesheet with no filtering options modified, since this meant that the ANIMFILTER_ANIMDATA data filter was not getting processed (and potentially there were other maintenance problems with that).

* Made NLA Editor's channel list not totally duplicate the basic Animation Channels keymap. Instead, the "NLA Channels" keymap now only defines the parts that are different, and this then gets specified before the standard one so that these different parts will override the standard ones.

* Attempted to fix BorderSelect on NLA Channels list. Still not totally working correctly yet though.

* Moved "Euler Discontinuity" menu entry from "Channels" to "Keys". It really belongs in the latter, since it affects the keyframe values, rather than some aspect of the channel (i.e. ordering of channels or how they're displayed)
2010-11-07 12:09:15 +00:00
..
io/netrender netrender 2010-10-27 18:24:58 +00:00
keyingsets bugfix [#23795] Insert Visual Loc/Rot Keyframe of Armature Bones Broken 2010-09-23 08:15:53 +00:00
modules fix to allow [#24009] to be fixed. 2010-11-04 12:59:03 +00:00
op patch [#24496] Fix for exporting animations to OBJ format. 2010-11-02 04:12:00 +00:00
presets This fixes HDV render presets: 2010-10-16 19:29:48 +00:00
templates update for gamelogic templates 2010-10-11 22:25:28 +00:00
ui Animation Editors: Channel Reordering 2010-11-07 12:09:15 +00:00