Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/presets/camera/Samsung_Galaxy_S3.py')
-rw-r--r--release/scripts/presets/camera/Samsung_Galaxy_S3.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/scripts/presets/camera/Samsung_Galaxy_S3.py b/release/scripts/presets/camera/Samsung_Galaxy_S3.py
new file mode 100644
index 00000000000..35670042e48
--- /dev/null
+++ b/release/scripts/presets/camera/Samsung_Galaxy_S3.py
@@ -0,0 +1,5 @@
+import bpy
+bpy.context.object.data.sensor_width = 4.8
+bpy.context.object.data.sensor_height = 3.6
+bpy.context.object.data.lens = 3.70
+bpy.context.object.data.sensor_fit = 'HORIZONTAL'