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

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