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
This commit is contained in:
@@ -198,6 +198,7 @@ def _clean_utf8(name):
|
||||
_display_name_literals = {
|
||||
":": "_colon_",
|
||||
"+": "_plus_",
|
||||
"/": "_slash_",
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 6.16
|
||||
bpy.context.camera.sensor_height = 4.62
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/1_inch.py
Normal file
4
release/scripts/presets/camera/1_inch.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 13.2
|
||||
bpy.context.camera.sensor_height = 8.80
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/1_slash_1.8_inch.py
Normal file
4
release/scripts/presets/camera/1_slash_1.8_inch.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 7.18
|
||||
bpy.context.camera.sensor_height = 5.32
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/1_slash_2.3_inch.py
Normal file
4
release/scripts/presets/camera/1_slash_2.3_inch.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 6.17
|
||||
bpy.context.camera.sensor_height = 4.55
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 5.76
|
||||
bpy.context.camera.sensor_height = 4.29
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/1_slash_2.7_inch.py
Normal file
4
release/scripts/presets/camera/1_slash_2.7_inch.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 5.37
|
||||
bpy.context.camera.sensor_height = 4.04
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,5 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 4.54
|
||||
bpy.context.camera.sensor_height = 3.42
|
||||
bpy.context.camera.lens = 3.85
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 9.6
|
||||
bpy.context.camera.sensor_height = 5.4
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/2_slash_3_inch.py
Normal file
4
release/scripts/presets/camera/2_slash_3_inch.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 8.8
|
||||
bpy.context.camera.sensor_height = 6.6
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 17.31
|
||||
bpy.context.camera.sensor_height = 12.98
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/APS-C.py
Normal file
4
release/scripts/presets/camera/APS-C.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 23.6
|
||||
bpy.context.camera.sensor_height = 15.6
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/APS-C_(Canon).py
Normal file
4
release/scripts/presets/camera/APS-C_(Canon).py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 22.30
|
||||
bpy.context.camera.sensor_height = 14.90
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 27.90
|
||||
bpy.context.camera.sensor_height = 18.60
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Analog_16mm.py
Normal file
4
release/scripts/presets/camera/Analog_16mm.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 10.26
|
||||
bpy.context.camera.sensor_height = 7.49
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Analog_35mm.py
Normal file
4
release/scripts/presets/camera/Analog_35mm.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 22
|
||||
bpy.context.camera.sensor_height = 16
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Analog_65mm.py
Normal file
4
release/scripts/presets/camera/Analog_65mm.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 52.45
|
||||
bpy.context.camera.sensor_height = 23.01
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Analog_IMAX.py
Normal file
4
release/scripts/presets/camera/Analog_IMAX.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 71.41
|
||||
bpy.context.camera.sensor_height = 52.63
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Analog_Super_16.py
Normal file
4
release/scripts/presets/camera/Analog_Super_16.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 12.35
|
||||
bpy.context.camera.sensor_height = 7.42
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 24.89
|
||||
bpy.context.camera.sensor_height = 18.66
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 23.760
|
||||
bpy.context.camera.sensor_height = 13.365
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Arri_Alexa_65.py
Normal file
4
release/scripts/presets/camera/Arri_Alexa_65.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 54.12
|
||||
bpy.context.camera.sensor_height = 25.58
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Arri_Alexa_LF.py
Normal file
4
release/scripts/presets/camera/Arri_Alexa_LF.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 36.70
|
||||
bpy.context.camera.sensor_height = 25.54
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Arri_Alexa_Mini_&_SXT.py
Normal file
4
release/scripts/presets/camera/Arri_Alexa_Mini_&_SXT.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 29.90
|
||||
bpy.context.camera.sensor_height = 15.77
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 15.81
|
||||
bpy.context.camera.sensor_height = 8.88
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 12.48
|
||||
bpy.context.camera.sensor_height = 7.02
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Blackmagic_Pocket_4K.py
Normal file
4
release/scripts/presets/camera/Blackmagic_Pocket_4K.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 18.96
|
||||
bpy.context.camera.sensor_height = 10.00
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Blackmagic_Pocket_6k.py
Normal file
4
release/scripts/presets/camera/Blackmagic_Pocket_6k.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 23.10
|
||||
bpy.context.camera.sensor_height = 12.99
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 21.12
|
||||
bpy.context.camera.sensor_height = 11.88
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Blackmagic_URSA_4.6K.py
Normal file
4
release/scripts/presets/camera/Blackmagic_URSA_4.6K.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 25.34
|
||||
bpy.context.camera.sensor_height = 14.25
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 32
|
||||
bpy.context.camera.sensor_height = 18
|
||||
bpy.context.camera.sensor_fit = 'AUTO'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 22.2
|
||||
bpy.context.camera.sensor_height = 14.7
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 22.3
|
||||
bpy.context.camera.sensor_height = 14.9
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 24.4
|
||||
bpy.context.camera.sensor_height = 13.5
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/Foveon_(Sigma).py
Normal file
4
release/scripts/presets/camera/Foveon_(Sigma).py
Normal file
@@ -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'
|
@@ -1,4 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 36
|
||||
bpy.context.camera.sensor_height = 24
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,6 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 6.16
|
||||
bpy.context.camera.sensor_height = 4.62
|
||||
bpy.context.camera.lens = 2.77
|
||||
|
||||
bpy.context.camera.sensor_fit = 'AUTO'
|
@@ -1,6 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 5.371
|
||||
bpy.context.camera.sensor_height = 4.035
|
||||
bpy.context.camera.lens = 2.77
|
||||
|
||||
bpy.context.camera.sensor_fit = 'AUTO'
|
4
release/scripts/presets/camera/MFT.py
Normal file
4
release/scripts/presets/camera/MFT.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 17.3
|
||||
bpy.context.camera.sensor_height = 13.0
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 44
|
||||
bpy.context.camera.sensor_height = 33
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,5 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 4.5
|
||||
bpy.context.camera.sensor_height = 3.37
|
||||
bpy.context.camera.lens = 3.91
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 23.1
|
||||
bpy.context.camera.sensor_height = 15.4
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 23.6
|
||||
bpy.context.camera.sensor_height = 15.8
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 4.68
|
||||
bpy.context.camera.sensor_height = 2.633
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 8.5
|
||||
bpy.context.camera.sensor_height = 4.78
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/RED_Dragon_5K.py
Normal file
4
release/scripts/presets/camera/RED_Dragon_5K.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 25.60
|
||||
bpy.context.camera.sensor_height = 13.5
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/RED_Dragon_6K.py
Normal file
4
release/scripts/presets/camera/RED_Dragon_6K.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 30.70
|
||||
bpy.context.camera.sensor_height = 15.80
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/RED_Helium_8K.py
Normal file
4
release/scripts/presets/camera/RED_Helium_8K.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 29.90
|
||||
bpy.context.camera.sensor_height = 15.77
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/camera/RED_Monstro_8K.py
Normal file
4
release/scripts/presets/camera/RED_Monstro_8K.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 40.96
|
||||
bpy.context.camera.sensor_height = 21.60
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 30.0
|
||||
bpy.context.camera.sensor_height = 15.0
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 11.1
|
||||
bpy.context.camera.sensor_height = 6.24
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 16.65
|
||||
bpy.context.camera.sensor_height = 9.36
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 22.2
|
||||
bpy.context.camera.sensor_height = 12.6
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,5 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 4.8
|
||||
bpy.context.camera.sensor_height = 3.6
|
||||
bpy.context.camera.lens = 3.70
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,5 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 4.8
|
||||
bpy.context.camera.sensor_height = 3.6
|
||||
bpy.context.camera.lens = 4.20
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 23.4
|
||||
bpy.context.camera.sensor_height = 15.6
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 6.97
|
||||
bpy.context.camera.sensor_height = 3.92
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 24.33
|
||||
bpy.context.camera.sensor_height = 12.83
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,4 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 12.52
|
||||
bpy.context.camera.sensor_height = 7.41
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,5 +0,0 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 4.54
|
||||
bpy.context.camera.sensor_height = 3.42
|
||||
bpy.context.camera.lens = 4.10
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 6.16
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 5.76
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
4
release/scripts/presets/tracking_camera/1_inch.py
Normal file
4
release/scripts/presets/tracking_camera/1_inch.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 13.2
|
||||
bpy.context.camera.sensor_height = 8.80
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 7.18
|
||||
bpy.context.camera.sensor_height = 5.32
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 6.17
|
||||
bpy.context.camera.sensor_height = 4.55
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,6 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 5.76
|
||||
bpy.context.camera.sensor_height = 4.29
|
||||
bpy.context.camera.lens = 2.77
|
||||
|
||||
bpy.context.camera.sensor_fit = 'AUTO'
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 5.37
|
||||
bpy.context.camera.sensor_height = 4.04
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,5 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 4.54
|
||||
bpy.context.camera.sensor_height = 3.42
|
||||
bpy.context.camera.lens = 4.28
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 9.6
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 8.8
|
||||
bpy.context.camera.sensor_height = 6.6
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 17.31
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
4
release/scripts/presets/tracking_camera/APS-C.py
Normal file
4
release/scripts/presets/tracking_camera/APS-C.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 23.6
|
||||
bpy.context.camera.sensor_height = 15.6
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/tracking_camera/APS-C_(Canon).py
Normal file
4
release/scripts/presets/tracking_camera/APS-C_(Canon).py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 22.30
|
||||
bpy.context.camera.sensor_height = 14.90
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/tracking_camera/APS-H_(Canon).py
Normal file
4
release/scripts/presets/tracking_camera/APS-H_(Canon).py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 27.90
|
||||
bpy.context.camera.sensor_height = 18.60
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/tracking_camera/Analog_16mm.py
Normal file
4
release/scripts/presets/tracking_camera/Analog_16mm.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 10.26
|
||||
bpy.context.camera.sensor_height = 7.49
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/tracking_camera/Analog_35mm.py
Normal file
4
release/scripts/presets/tracking_camera/Analog_35mm.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 22
|
||||
bpy.context.camera.sensor_height = 16
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/tracking_camera/Analog_65mm.py
Normal file
4
release/scripts/presets/tracking_camera/Analog_65mm.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 52.45
|
||||
bpy.context.camera.sensor_height = 23.01
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/tracking_camera/Analog_IMAX.py
Normal file
4
release/scripts/presets/tracking_camera/Analog_IMAX.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 71.41
|
||||
bpy.context.camera.sensor_height = 52.63
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 12.35
|
||||
bpy.context.camera.sensor_height = 7.42
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 24.89
|
||||
bpy.context.camera.sensor_height = 18.66
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 23.76
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
4
release/scripts/presets/tracking_camera/Arri_Alexa_65.py
Normal file
4
release/scripts/presets/tracking_camera/Arri_Alexa_65.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 54.12
|
||||
bpy.context.camera.sensor_height = 25.58
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
4
release/scripts/presets/tracking_camera/Arri_Alexa_LF.py
Normal file
4
release/scripts/presets/tracking_camera/Arri_Alexa_LF.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 36.70
|
||||
bpy.context.camera.sensor_height = 25.54
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 29.90
|
||||
bpy.context.camera.sensor_height = 15.77
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 15.81
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 12.48
|
||||
bpy.context.camera.sensor_height = 7.02
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 18.96
|
||||
bpy.context.camera.sensor_height = 10.00
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 23.10
|
||||
bpy.context.camera.sensor_height = 12.99
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 12.48
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 21.12
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 25.34
|
||||
bpy.context.camera.sensor_height = 14.25
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,10 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 32.0
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.focal_length = 35.0
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 22.2
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 22.3
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 27.90
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 24.4
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
@@ -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'
|
@@ -1,9 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 36
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
4
release/scripts/presets/tracking_camera/Fullframe.py
Normal file
4
release/scripts/presets/tracking_camera/Fullframe.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 36
|
||||
bpy.context.camera.sensor_height = 24
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
@@ -1,10 +0,0 @@
|
||||
import bpy
|
||||
camera = bpy.context.edit_movieclip.tracking.camera
|
||||
|
||||
camera.sensor_width = 6.16
|
||||
camera.units = 'MILLIMETERS'
|
||||
camera.focal_length = 2.77
|
||||
camera.pixel_aspect = 1
|
||||
camera.k1 = 0.0
|
||||
camera.k2 = 0.0
|
||||
camera.k3 = 0.0
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user