Skip to content
Snippets Groups Projects
Commit 9541cc26 authored by Aurel W's avatar Aurel W
Browse files

light field tools, small fix, wrong rna property name in ui.

Thanks to Yousan Noriyuki.
parent 1ee940a6
No related branches found
No related tags found
No related merge requests found
...@@ -420,7 +420,7 @@ class VIEW3D_OT_lightfield_tools(bpy.types.Panel): ...@@ -420,7 +420,7 @@ class VIEW3D_OT_lightfield_tools(bpy.types.Panel):
subcol = sub.column(align=True) subcol = sub.column(align=True)
subcol.prop(scene.lightfield, "texture_path") subcol.prop(scene.lightfield, "texture_path")
subcol.prop(scene.lightfield, "light_intensity") subcol.prop(scene.lightfield, "light_intensity")
subcol.prop(scene.lightfield, "light_spot_blend") subcol.prop(scene.lightfield, "spot_blend")
# create a basemesh # create a basemesh
sub = layout.row() sub = layout.row()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment