*WORLD_PT_custom_props missed COMPAT_ENGINES declaration.
This commit is contained in:
Thomas Dinges 2010-01-08 10:11:04 +00:00
parent ccb54eff2e
commit 1b83b9c8b0

@ -71,6 +71,7 @@ class WORLD_PT_context_world(WorldButtonsPanel):
class WORLD_PT_custom_props(WorldButtonsPanel, PropertyPanel):
COMPAT_ENGINES = {'BLENDER_RENDER'}
_context_path = "world"
@ -238,4 +239,4 @@ bpy.types.register(WORLD_PT_ambient_occlusion)
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)