Revision: 42061
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42061
Author:   nazgul
Date:     2011-11-22 14:00:17 +0000 (Tue, 22 Nov 2011)
Log Message:
-----------
Added missed file

Added Paths:
-----------
    branches/soc-2011-tomato/release/scripts/presets/tracking_camera/Sony_A55.py

Added: 
branches/soc-2011-tomato/release/scripts/presets/tracking_camera/Sony_A55.py
===================================================================
--- 
branches/soc-2011-tomato/release/scripts/presets/tracking_camera/Sony_A55.py    
                            (rev 0)
+++ 
branches/soc-2011-tomato/release/scripts/presets/tracking_camera/Sony_A55.py    
    2011-11-22 14:00:17 UTC (rev 42061)
@@ -0,0 +1,11 @@
+import bpy
+camera = bpy.context.edit_movieclip.tracking.camera
+
+camera.sensor_width = 23.4
+camera.sensor_height = 15.6
+camera.units = 'MILLIMETERS'
+camera.focal_length = 24.0
+camera.pixel_aspect = 1
+camera.k1 = 0.0
+camera.k2 = 0.0
+camera.k3 = 0.0

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to