pep8 edits

This commit is contained in:
Campbell Barton
2011-11-13 14:38:00 +00:00
parent 64ca81ef0f
commit a7c37e5254
2 changed files with 17 additions and 17 deletions

View File

@@ -778,14 +778,14 @@ class TEXTURE_PT_ocean(TextureTypePanel, Panel):
bl_label = "Ocean"
tex_type = 'OCEAN'
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
def draw(self, context):
layout = self.layout
tex = context.texture
ot = tex.ocean
col = layout.column()
col = layout.column()
col.prop(ot, "ocean_object")
col.prop(ot, "output")