Skip to content

Commit

Permalink
light field tools, small fix, wrong rna property name in ui.
Browse files Browse the repository at this point in the history
Thanks to Yousan Noriyuki.
  • Loading branch information
aurelw committed Apr 16, 2011
1 parent 1ee940a commit 9541cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light_field_tools/light_field_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def draw(self, context):
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()
Expand Down

0 comments on commit 9541cc2

Please sign in to comment.