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

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