Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Analog_16mm.py « tracking_camera « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08761d05c3192b9a80ad71f810753ba02f0b53a7 (plain)
1
2
3
4
5
6
import bpy
camera = bpy.context.edit_movieclip.tracking.camera

camera.sensor_width = 10.26
camera.units = 'MILLIMETERS'
camera.pixel_aspect = 1