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

5 lines
131 B
Python

import bpy
bpy.context.camera.sensor_width = 22
bpy.context.camera.sensor_height = 16
bpy.context.camera.sensor_fit = 'HORIZONTAL'