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

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