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

2_slash_3_inch.py « tracking_camera « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25b460168001024ba3b3e6c090815e60a81e7b5d (plain)
1
2
3
4
import bpy
bpy.context.camera.sensor_width = 8.8
bpy.context.camera.sensor_height = 6.6
bpy.context.camera.sensor_fit = 'HORIZONTAL'