Add Chromium-only Blender WebEngine parity work
This commit is contained in:
4
blender-5.2.0/scripts/presets/camera/1_inch.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/1_slash_1.8_inch.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/1_slash_2.3_inch.py
Normal file
4
blender-5.2.0/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'
|
||||
4
blender-5.2.0/scripts/presets/camera/1_slash_2.5_inch.py
Normal file
4
blender-5.2.0/scripts/presets/camera/1_slash_2.5_inch.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 5.76
|
||||
bpy.context.camera.sensor_height = 4.29
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
||||
4
blender-5.2.0/scripts/presets/camera/1_slash_2.7_inch.py
Normal file
4
blender-5.2.0/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'
|
||||
4
blender-5.2.0/scripts/presets/camera/1_slash_3.2_inch.py
Normal file
4
blender-5.2.0/scripts/presets/camera/1_slash_3.2_inch.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import bpy
|
||||
bpy.context.camera.sensor_width = 4.54
|
||||
bpy.context.camera.sensor_height = 3.42
|
||||
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|
||||
4
blender-5.2.0/scripts/presets/camera/2_slash_3_inch.py
Normal file
4
blender-5.2.0/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'
|
||||
4
blender-5.2.0/scripts/presets/camera/APS-C.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/APS-C_(Canon).py
Normal file
4
blender-5.2.0/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'
|
||||
4
blender-5.2.0/scripts/presets/camera/APS-H_(Canon).py
Normal file
4
blender-5.2.0/scripts/presets/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
blender-5.2.0/scripts/presets/camera/Analog_16mm.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/Analog_35mm.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/Analog_65mm.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/Analog_IMAX.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/Analog_Super_16.py
Normal file
4
blender-5.2.0/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'
|
||||
4
blender-5.2.0/scripts/presets/camera/Analog_Super_35.py
Normal file
4
blender-5.2.0/scripts/presets/camera/Analog_Super_35.py
Normal file
@@ -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'
|
||||
4
blender-5.2.0/scripts/presets/camera/Arri_Alexa_65.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/Arri_Alexa_LF.py
Normal file
4
blender-5.2.0/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'
|
||||
@@ -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'
|
||||
@@ -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'
|
||||
@@ -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'
|
||||
4
blender-5.2.0/scripts/presets/camera/Foveon_(Sigma).py
Normal file
4
blender-5.2.0/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'
|
||||
4
blender-5.2.0/scripts/presets/camera/Fullframe.py
Normal file
4
blender-5.2.0/scripts/presets/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'
|
||||
4
blender-5.2.0/scripts/presets/camera/MFT.py
Normal file
4
blender-5.2.0/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'
|
||||
4
blender-5.2.0/scripts/presets/camera/RED_Dragon_5K.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/RED_Dragon_6K.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/RED_Helium_8K.py
Normal file
4
blender-5.2.0/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
blender-5.2.0/scripts/presets/camera/RED_Monstro_8K.py
Normal file
4
blender-5.2.0/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'
|
||||
Reference in New Issue
Block a user