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

7 lines
161 B
Python
Raw Normal View History

import bpy
bpy.context.camera.sensor_width = 5.76
bpy.context.camera.sensor_height = 4.29
bpy.context.camera.lens = 2.77
bpy.context.camera.sensor_fit = 'AUTO'