[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26901] trunk/blender/release/scripts/ui/ properties_scene.py: Bugfix for the new script register functions, scene tab didn't show Panels due to missing classes.

Thomas Dinges dingto at gmx.de
Mon Feb 15 02:22:35 CET 2010


Revision: 26901
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26901
Author:   dingto
Date:     2010-02-15 02:22:34 +0100 (Mon, 15 Feb 2010)

Log Message:
-----------
Bugfix for the new script register functions, scene tab didn't show Panels due to missing classes. 

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/properties_scene.py

Modified: trunk/blender/release/scripts/ui/properties_scene.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_scene.py	2010-02-15 00:09:29 UTC (rev 26900)
+++ trunk/blender/release/scripts/ui/properties_scene.py	2010-02-15 01:22:34 UTC (rev 26901)
@@ -331,6 +331,15 @@
 
 
 classes = [
+    SCENE_PT_scene,
+    SCENE_PT_unit,
+    SCENE_PT_keying_sets,
+    SCENE_PT_keying_set_paths,
+    SCENE_PT_physics,
+    SCENE_PT_simplify,
+    
+    SCENE_PT_custom_props,
+
     ANIM_OT_keying_set_export]
 
 





More information about the Bf-blender-cvs mailing list