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

5 lines
133 B
Python

import bpy
bpy.context.camera.sensor_width = 9.6
bpy.context.camera.sensor_height = 5.4
bpy.context.camera.sensor_fit = 'HORIZONTAL'