blender/release/scripts/presets/camera/Blackmagic_Pocket_Cinema_Camera.py

5 lines
136 B
Python

import bpy
bpy.context.camera.sensor_width = 12.48
bpy.context.camera.sensor_height = 7.02
bpy.context.camera.sensor_fit = 'HORIZONTAL'