[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25831] trunk/blender/release/scripts/ui/ properties_world.py: Fix:

Thomas Dinges dingto at gmx.de
Fri Jan 8 11:11:04 CET 2010


Revision: 25831
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25831
Author:   dingto
Date:     2010-01-08 11:11:04 +0100 (Fri, 08 Jan 2010)

Log Message:
-----------
Fix:
*WORLD_PT_custom_props missed COMPAT_ENGINES declaration. 

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

Modified: trunk/blender/release/scripts/ui/properties_world.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_world.py	2010-01-08 09:30:36 UTC (rev 25830)
+++ trunk/blender/release/scripts/ui/properties_world.py	2010-01-08 10:11:04 UTC (rev 25831)
@@ -71,6 +71,7 @@
 
 
 class WORLD_PT_custom_props(WorldButtonsPanel, PropertyPanel):
+    COMPAT_ENGINES = {'BLENDER_RENDER'}
     _context_path = "world"
 
 
@@ -238,4 +239,4 @@
 bpy.types.register(WORLD_PT_mist)
 bpy.types.register(WORLD_PT_stars)
 
-bpy.types.register(WORLD_PT_custom_props)
+bpy.types.register(WORLD_PT_custom_props)
\ No newline at end of file





More information about the Bf-blender-cvs mailing list