Files
workinf_Blender_Wasm/blender-5.2.0/scripts/presets/tracking_camera/APS-C.py
2026-08-12 04:47:48 -04:00

7 lines
144 B
Python

import bpy
camera = bpy.context.edit_movieclip.tracking.camera
camera.sensor_width = 23.6
camera.units = 'MILLIMETERS'
camera.pixel_aspect = 1