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

This commit is contained in:
Thomas Dinges
2014-10-16 23:27:38 +02:00
parent 25d6479ffb
commit b0ef008741
2 changed files with 2 additions and 1 deletions

View File

@@ -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