Show Cone option for spot lamps, to visualize which objects are being affected.

This commit is contained in:
Brecht Van Lommel
2010-01-25 14:47:32 +00:00
parent ede3f0285d
commit 4b71eaa4d1
5 changed files with 87 additions and 12 deletions

View File

@@ -352,6 +352,7 @@ class DATA_PT_spot(DataButtonsPanel):
sub.prop(lamp, "spot_size", text="Size")
sub.prop(lamp, "spot_blend", text="Blend", slider=True)
col.prop(lamp, "square")
col.prop(lamp, "show_cone")
if wide_ui:
col = split.column()