blender/release/scripts/presets/camera/GoPro_Hero3_Black.py

7 lines
161 B
Python
Raw Normal View History

import bpy
bpy.context.camera.sensor_width = 6.16
bpy.context.camera.sensor_height = 4.62
bpy.context.camera.lens = 2.77
bpy.context.camera.sensor_fit = 'AUTO'