Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-01-25 17:47:32 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-01-25 17:47:32 +0300
commit4b71eaa4d14af6f43c15f97d8bf70506afad724b (patch)
tree3da447406e38d26a7de852018a43273c9cc4ff53 /release/scripts/ui/properties_data_lamp.py
parentede3f0285d351923ee337ecc4b79d04afd745df2 (diff)
Show Cone option for spot lamps, to visualize which objects are being affected.
Diffstat (limited to 'release/scripts/ui/properties_data_lamp.py')
-rw-r--r--release/scripts/ui/properties_data_lamp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/properties_data_lamp.py b/release/scripts/ui/properties_data_lamp.py
index 24f6486cdf6..d12138e64b9 100644
--- a/release/scripts/ui/properties_data_lamp.py
+++ b/release/scripts/ui/properties_data_lamp.py
@@ -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()