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:
authorBrendon Murphy <meta.androcto1@gmail.com>2015-09-07 11:32:00 +0300
committerBrendon Murphy <meta.androcto1@gmail.com>2015-09-07 11:32:00 +0300
commitbca93f4f3c76b45ee7b4c753a4d3c855e7b245a5 (patch)
treecacaeda9339306892e2e634188a99fbaa4ddcc77 /light_field_tools
parentae5de3a68c9f19c6443fdd76723933c13a4883a8 (diff)
fix for T45863
Diffstat (limited to 'light_field_tools')
-rw-r--r--light_field_tools/light_field_tools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/light_field_tools/light_field_tools.py b/light_field_tools/light_field_tools.py
index 017b3466..60f631ed 100644
--- a/light_field_tools/light_field_tools.py
+++ b/light_field_tools/light_field_tools.py
@@ -141,7 +141,7 @@ class OBJECT_OT_create_lightfield_rig(bpy.types.Operator):
cam.data.angle = scene.lightfield.angle
# display options of the camera
- cam.data.lens_unit = 'DEGREES'
+ cam.data.lens_unit = 'FOV'
# handler parent
if scene.lightfield.create_handler:
@@ -187,7 +187,7 @@ class OBJECT_OT_create_lightfield_rig(bpy.types.Operator):
# display options of the camera
cam.data.draw_size = 0.15
- cam.data.lens_unit = 'DEGREES'
+ cam.data.lens_unit = 'FOV'
# handler parent
if scene.lightfield.create_handler: