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

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

camera.sensor_width = 24.89
camera.units = 'MILLIMETERS'
camera.pixel_aspect = 1
camera.k1 = 0.0
camera.k2 = 0.0
camera.k3 = 0.0