blender/release/scripts/presets/tracking_camera/Analog_65mm.py

5 lines
137 B
Python

import bpy
bpy.context.camera.sensor_width = 52.45
bpy.context.camera.sensor_height = 23.01
bpy.context.camera.sensor_fit = 'HORIZONTAL'