blender/release/scripts
Bastien Montagne 18060d8632 Fix T39895: Displaying the armature layers popup in edit mode always fails.
In fact, armature layers operators (set layers, and show all) were kind of messy and broken
in Edit mode (Select layers had two different operators for Pose and Edit modes, both
using the same funcs that could only work in Pose mode, Show All was supposed to be
used in both modes but again, its exec code could only work in Pose one).

Fixed that by:
* Using only one op for each task, for both modes (with adapted poll func).
* Replacing 'object from context' access by an helper that returns the right Armature
object in both Edit and Pose modes.
2014-04-25 17:22:49 +02:00
..
addons@c50944e808 Basic support for UNC paths on Windows 2014-04-21 17:06:09 +02:00
addons_contrib@31545d25c9 Basic support for UNC paths on Windows 2014-04-21 17:06:09 +02:00
freestyle Freestyle: New options for sorting to arrange the stacking order of lines. 2014-04-18 15:02:45 +09:00
modules Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
presets Fix T39895: Displaying the armature layers popup in edit mode always fails. 2014-04-25 17:22:49 +02:00
startup Fix T39895: Displaying the armature layers popup in edit mode always fails. 2014-04-25 17:22:49 +02:00
templates_osl Code Cleanup: osl style 2014-01-06 13:58:33 +11:00
templates_py Style cleanup: C & pep8 2014-04-15 13:11:48 +10:00