Armature Panel Tweaks - Motion Paths/Ghosting

Since most animators find Motion Paths more useful than Armature Ghosting:
* Move Motion Paths before Ghosting settings (less scrolling)
* Collapse Ghosting panel by default
* Open Motion Paths panel by default instead
This commit is contained in:
Joshua Leung
2018-08-02 14:44:17 +12:00
parent ab49b7d739
commit 8a0760eba2
3 changed files with 4 additions and 2 deletions

View File

@@ -329,6 +329,7 @@ from .properties_animviz import (
class OBJECT_PT_motion_paths(MotionPathButtonsPanel, Panel):
#bl_label = "Object Motion Paths"
bl_context = "object"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(cls, context):