expre-gen/blender/3.4/scripts/presets/camera/1_slash_1.8_inch.py
2025-10-17 09:47:23 +08:00

5 lines
135 B
Python

import bpy
bpy.context.camera.sensor_width = 7.18
bpy.context.camera.sensor_height = 5.32
bpy.context.camera.sensor_fit = 'HORIZONTAL'