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

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