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

5 lines
136 B
Python

import bpy
bpy.context.camera.sensor_width = 10.26
bpy.context.camera.sensor_height = 7.49
bpy.context.camera.sensor_fit = 'HORIZONTAL'