expre-gen/blender/3.4/scripts/presets/camera/Analog_Super_35.py

5 lines
137 B
Python
Raw Normal View History

2025-10-17 09:47:23 +08:00
import bpy
bpy.context.camera.sensor_width = 24.89
bpy.context.camera.sensor_height = 18.66
bpy.context.camera.sensor_fit = 'HORIZONTAL'