projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor cleanup
[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'