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:
authorFynn Grotehans <TheFynn>2021-06-04 12:50:23 +0300
committerSergey Sharybin <sergey@blender.org>2021-06-04 13:19:58 +0300
commitd486ee2dbdd34e00a4d575fab6feb3e36b486275 (patch)
tree3fb8be205fac9fb7a52dc784ce8ac09e2a61d9fe /release/scripts/presets/camera/Foveon_(Sigma).py
parent9ba6b64efa3acb941dee58207489bc593449f133 (diff)
Update Camera presets
The (tracking) camera presets have not been updated in the last 7 or more years, so they are very outdated. I found it pointless to have a few specific camera models in the list and instead add the most commonly used sensor sizes/film sizes. This way the list is shorter, easier to maintain/becomes later outdated, and is more user friendly for most people who don't own any of the specific cameras. I added the Crop Factor to the Beginning of the name, so it gets sortet in the correct order and presets are easier to find based on the size. Reviewed By: #render_cycles, #motion_tracking, brecht, sergey Differential Revision: https://developer.blender.org/D10739
Diffstat (limited to 'release/scripts/presets/camera/Foveon_(Sigma).py')
-rw-r--r--release/scripts/presets/camera/Foveon_(Sigma).py4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/scripts/presets/camera/Foveon_(Sigma).py b/release/scripts/presets/camera/Foveon_(Sigma).py
new file mode 100644
index 00000000000..e6a1a0ed344
--- /dev/null
+++ b/release/scripts/presets/camera/Foveon_(Sigma).py
@@ -0,0 +1,4 @@
+import bpy
+bpy.context.camera.sensor_width = 20.70
+bpy.context.camera.sensor_height = 13.80
+bpy.context.camera.sensor_fit = 'HORIZONTAL' \ No newline at end of file