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

GoPro_Hero3_Black.py « camera « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cea698d8abdb06cf1fdfd59773fced8a975c34f (plain)
1
2
3
4
5
6
import bpy
bpy.context.object.data.sensor_width = 6.16
bpy.context.object.data.sensor_height = 4.62
bpy.context.object.data.lens = 2.77

bpy.context.object.data.sensor_fit = 'AUTO'