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

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