blender/release/scripts/presets/camera/4_colon_3_inch.py
2018-02-26 19:21:02 +11:00

5 lines
137 B
Python

import bpy
bpy.context.camera.sensor_width = 17.31
bpy.context.camera.sensor_height = 12.98
bpy.context.camera.sensor_fit = 'HORIZONTAL'