blender/release/scripts/presets/camera/1_slash_3.2_inch.py

5 lines
135 B
Python

import bpy
bpy.context.camera.sensor_width = 4.54
bpy.context.camera.sensor_height = 3.42
bpy.context.camera.sensor_fit = 'HORIZONTAL'