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
Branches
Tags
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment