[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2964] trunk/py/scripts/addons/ io_import_scene_mhx.py: MHX importer: cosmetic changes ( panels closed by default).

Thomas Larsson thomas_larsson_01 at hotmail.com
Sat Feb 4 19:26:04 CET 2012


Revision: 2964
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2964
Author:   thomasl
Date:     2012-02-04 18:25:54 +0000 (Sat, 04 Feb 2012)
Log Message:
-----------
MHX importer: cosmetic changes (panels closed by default).

Modified Paths:
--------------
    trunk/py/scripts/addons/io_import_scene_mhx.py

Modified: trunk/py/scripts/addons/io_import_scene_mhx.py
===================================================================
--- trunk/py/scripts/addons/io_import_scene_mhx.py	2012-02-04 11:02:12 UTC (rev 2963)
+++ trunk/py/scripts/addons/io_import_scene_mhx.py	2012-02-04 18:25:54 UTC (rev 2964)
@@ -3365,6 +3365,7 @@
     bl_label = "MHX Lipsync"
     bl_space_type = "VIEW_3D"
     bl_region_type = "UI"
+    bl_options = {'DEFAULT_CLOSED'}
     
     @classmethod
     def poll(cls, context):
@@ -3504,6 +3505,7 @@
     bl_label = "MHX Expressions"
     bl_space_type = "VIEW_3D"
     bl_region_type = "UI"
+    bl_options = {'DEFAULT_CLOSED'}
     
     @classmethod
     def poll(cls, context):
@@ -3541,6 +3543,7 @@
     bl_label = "MHX Drivers"
     bl_space_type = "VIEW_3D"
     bl_region_type = "UI"
+    bl_options = {'DEFAULT_CLOSED'}
     
     @classmethod
     def poll(cls, context):
@@ -3588,6 +3591,7 @@
     bl_label = "MHX Visibility"
     bl_space_type = "VIEW_3D"
     bl_region_type = "UI"
+    bl_options = {'DEFAULT_CLOSED'}
     
     @classmethod
     def poll(cls, context):
@@ -3644,6 +3648,7 @@
     bl_label = "MHX Layers"
     bl_space_type = "VIEW_3D"
     bl_region_type = "UI"
+    bl_options = {'DEFAULT_CLOSED'}
     
     @classmethod
     def poll(cls, context):



More information about the Bf-extensions-cvs mailing list