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

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