Files
test/release/scripts/presets/tracking_camera/2_slash_3_inch.py

5 lines
133 B
Python

import bpy
bpy.context.camera.sensor_width = 8.8
bpy.context.camera.sensor_height = 6.6
bpy.context.camera.sensor_fit = 'HORIZONTAL'