blender/release/scripts/presets/camera/Canon_C300.py
Sergey Sharybin df34df50f7 Camera presets changes
- Fixed typo in Canon C300 camera name
- Added preset for Nexus5
2014-02-19 18:10:51 +06:00

5 lines
150 B
Python

import bpy
bpy.context.object.data.sensor_width = 24.4
bpy.context.object.data.sensor_height = 13.5
bpy.context.object.data.sensor_fit = 'HORIZONTAL'