Cleanup: spelling in comments, format

This commit is contained in:
Campbell Barton
2023-11-07 11:31:04 +11:00
parent c450b5f2b8
commit 1e66938d7a
5 changed files with 10 additions and 16 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ class OBJECT_PT_visibility(ObjectButtonsPanel, Panel):
layout.separator()
col = layout.column(heading="Ray Visibility")
col.prop(ob, "visible_shadow", text="Shadow", toggle=False)
if ob.type in {'MESH', 'CURVE', 'SURFACE', 'META', 'FONT', 'CURVES', 'POINTCLOUD', 'VOLUME', 'LIGHT'}:
layout.separator()
col = layout.column(heading="Light Probes")