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

1_slash_2.5_inch.py « tracking_camera « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbdb6f3cbe0720e91c68c7596864f7b388092d3a (plain)
1
2
3
4
import bpy
bpy.context.camera.sensor_width = 5.76
bpy.context.camera.sensor_height = 4.29
bpy.context.camera.sensor_fit = 'HORIZONTAL'