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

Canon_APS-C.py « camera « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 829e03cc5cfadc47fb7daea9cc3d9c7d455d8bb6 (plain)
1
2
3
4
import bpy
bpy.context.object.data.sensor_width = 22.3
bpy.context.object.data.sensor_height = 14.9
bpy.context.object.data.sensor_fit = 'HORIZONTAL'