Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2011-12-23 02:34:23 +0400
committerThomas Dinges <blender@dingto.org>2011-12-23 02:34:23 +0400
commite68f0ff3c0d5f580aaf0e4ec2b278be3c0875ba5 (patch)
tree2fc72b0cf4b85a1a4ce5b73ed0d27d0bb9c44763 /intern/cycles/blender/addon
parent3c480e85e356fd097e614088ddd12ef608991d17 (diff)
Another Fix after Cucumber Merge:
* Cycles did not displayed the Scene panels anymore, due to addition of COMPAT_ENGINE to them.
Diffstat (limited to 'intern/cycles/blender/addon')
-rw-r--r--intern/cycles/blender/addon/ui.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 24f3de6e859..6e73795666e 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -745,6 +745,12 @@ def get_panels():
bpy.types.RENDER_PT_encoding,
bpy.types.RENDER_PT_dimensions,
bpy.types.RENDER_PT_stamp,
+ bpy.types.SCENE_PT_scene,
+ bpy.types.SCENE_PT_audio,
+ bpy.types.SCENE_PT_unit,
+ bpy.types.SCENE_PT_keying_sets,
+ bpy.types.SCENE_PT_keying_set_paths,
+ bpy.types.SCENE_PT_physics,
bpy.types.WORLD_PT_context_world,
bpy.types.DATA_PT_context_mesh,
bpy.types.DATA_PT_context_camera,