From 9541cc26c89e88728d0d54d21a9cbb22085f9dc5 Mon Sep 17 00:00:00 2001
From: Aurel W <aurel.w@gmail.com>
Date: Sat, 16 Apr 2011 15:12:53 +0000
Subject: [PATCH] light field tools, small fix, wrong rna property name in ui.
 Thanks to Yousan Noriyuki.

---
 light_field_tools/light_field_tools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/light_field_tools/light_field_tools.py b/light_field_tools/light_field_tools.py
index 9179db8cf..dcf44c954 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()
-- 
GitLab