[Bf-extensions-cvs] [bca93f4] master: fix for T45863

Brendon Murphy noreply at git.blender.org
Mon Sep 7 10:32:25 CEST 2015


Commit: bca93f4f3c76b45ee7b4c753a4d3c855e7b245a5
Author: Brendon Murphy
Date:   Mon Sep 7 18:32:00 2015 +1000
Branches: master
https://developer.blender.org/rBAbca93f4f3c76b45ee7b4c753a4d3c855e7b245a5

fix for T45863

===================================================================

M	light_field_tools/light_field_tools.py

===================================================================

diff --git a/light_field_tools/light_field_tools.py b/light_field_tools/light_field_tools.py
index 017b346..60f631e 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:



More information about the Bf-extensions-cvs mailing list