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
Notes: blender-bot 2023-02-14 09:56:34 +01:00
Referenced by issue #42262, Ocean texture options cannot be edited while in Cycles
1 changed files with 1 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'}
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME', 'CYCLES'}
def draw(self, context):
layout = self.layout