projects
/
blender.git
/ blob
0de8198972ae0660a0e7756fa7e58a785dd0af4c
[blender.git]
/
release
/
scripts
/
presets
/
camera
/
Sony_A55.py
1
import bpy
2
bpy.context.object.data.sensor_width = 23.4
3
bpy.context.object.data.sensor_height = 15.6
4
bpy.context.object.data.sensor_fit = 'HORIZONTAL'
5