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:
Diffstat (limited to 'light_field_tools/light_field_tools.py')
-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: