blender/release/scripts/presets/camera/1_colon_2.5_inch.py
2018-02-26 19:21:02 +11:00

5 lines
135 B
Python

import bpy
bpy.context.camera.sensor_width = 5.76
bpy.context.camera.sensor_height = 4.29
bpy.context.camera.sensor_fit = 'HORIZONTAL'