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

Nikon_D3100.py « camera « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 238d9c22d122af22859d66c7d8fb816b45f1329d (plain)
1
2
3
4
import bpy
bpy.context.object.data.sensor_width = 23.1
bpy.context.object.data.sensor_height = 15.4
bpy.context.object.data.sensor_fit = 'HORIZONTAL'