Code Cleanup: pep8 edits

This commit is contained in:
Campbell Barton
2012-02-04 11:10:41 +00:00
parent d84573386e
commit 637bc0ddea
9 changed files with 24 additions and 18 deletions

View File

@@ -370,7 +370,7 @@ class CyclesObject_PT_ray_visibility(CyclesButtonsPanel, Panel):
visibility = ob.cycles_visibility
flow = layout.column_flow()
flow.prop(visibility, "camera")
flow.prop(visibility, "diffuse")
flow.prop(visibility, "glossy")