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

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