Fix T42262: Ocean texture options cannot be edited while in Cycles

This commit is contained in:
Bastien Montagne
2014-10-16 23:02:23 +02:00
parent 8f1e015d75
commit b28aa182f3

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'}
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME', 'CYCLES'}
def draw(self, context):
layout = self.layout