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

5 lines
137 B
Python

import bpy
bpy.context.camera.sensor_width = 71.41
bpy.context.camera.sensor_height = 52.63
bpy.context.camera.sensor_fit = 'HORIZONTAL'