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: 70c760c73b5db2d60d77c209a384df4b212ffa7e (plain)
1
2
3
4
import bpy
bpy.context.object.data.sensor_width = 24.4
bpy.context.object.data.sensor_height = 13.5
bpy.context.object.data.sensor_fit = 'HORIZONTAL'