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

GoPro_Hero3_Silver.py « camera « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 247bd7c4aaf5d4a9265874b72814415fdc968222 (plain)
1
2
3
4
5
6
import bpy
bpy.context.camera.sensor_width = 5.371
bpy.context.camera.sensor_height = 4.035
bpy.context.camera.lens = 2.77

bpy.context.camera.sensor_fit = 'AUTO'