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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'light_field_tools')
-rw-r--r--light_field_tools/light_field_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/light_field_tools/light_field_tools.py b/light_field_tools/light_field_tools.py
index 9179db8c..dcf44c95 100644
--- a/light_field_tools/light_field_tools.py
+++ b/light_field_tools/light_field_tools.py
@@ -420,7 +420,7 @@ class VIEW3D_OT_lightfield_tools(bpy.types.Panel):
subcol = sub.column(align=True)
subcol.prop(scene.lightfield, "texture_path")
subcol.prop(scene.lightfield, "light_intensity")
- subcol.prop(scene.lightfield, "light_spot_blend")
+ subcol.prop(scene.lightfield, "spot_blend")
# create a basemesh
sub = layout.row()