[Bf-blender-cvs] [cb95673] blender-v2.72-release: Different fix for T42262, we don't put Cycles compat into regular bl_ui files.

Thomas Dinges noreply at git.blender.org
Tue Oct 21 12:14:37 CEST 2014


Commit: cb95673c92d18640bc7e5ecdffb0db15852c39c2
Author: Thomas Dinges
Date:   Thu Oct 16 23:27:38 2014 +0200
Branches: blender-v2.72-release
https://developer.blender.org/rBcb95673c92d18640bc7e5ecdffb0db15852c39c2

Different fix for T42262, we don't put Cycles compat into regular bl_ui files.

===================================================================

M	intern/cycles/blender/addon/ui.py
M	release/scripts/startup/bl_ui/properties_texture.py

===================================================================

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 9632b12..10c604d 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -1436,6 +1436,7 @@ def get_panels():
         "TEXTURE_PT_pointdensity",
         "TEXTURE_PT_pointdensity_turbulence",
         "TEXTURE_PT_mapping",
+        "TEXTURE_PT_ocean",
         "TEXTURE_PT_influence",
         "TEXTURE_PT_colors",
         "PARTICLE_PT_context_particles",
diff --git a/release/scripts/startup/bl_ui/properties_texture.py b/release/scripts/startup/bl_ui/properties_texture.py
index f257c89..faf0d4c 100644
--- a/release/scripts/startup/bl_ui/properties_texture.py
+++ b/release/scripts/startup/bl_ui/properties_texture.py
@@ -893,7 +893,7 @@ class TEXTURE_PT_pointdensity_turbulence(TextureButtonsPanel, Panel):
 class TEXTURE_PT_ocean(TextureTypePanel, Panel):
     bl_label = "Ocean"
     tex_type = 'OCEAN'
-    COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME', 'CYCLES'}
+    COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
 
     def draw(self, context):
         layout = self.layout




More information about the Bf-blender-cvs mailing list