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

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