blender/release/scripts/presets/camera/1_slash_2.7_inch.py

5 lines
135 B
Python

import bpy
bpy.context.camera.sensor_width = 5.37
bpy.context.camera.sensor_height = 4.04
bpy.context.camera.sensor_fit = 'HORIZONTAL'