Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GoPro_Hero3_White.py « camera « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 948f838f5d6f51a0e79a3e48a3e93bedfc49bc5d (plain)
1
2
3
4
5
6
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'