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

Canon_1DS.py « camera « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 158a6235f32fd898f1735be3215894f85bc3e3c7 (plain)
1
2
3
4
import bpy
bpy.context.object.data.sensor_width = 36.0
bpy.context.object.data.sensor_height = 24.0
bpy.context.object.data.sensor_fit = 'HORIZONTAL'