blender/release/scripts/presets/camera/MFT.py

5 lines
135 B
Python

import bpy
bpy.context.camera.sensor_width = 17.3
bpy.context.camera.sensor_height = 13.0
bpy.context.camera.sensor_fit = 'HORIZONTAL'