This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/release/scripts/presets/camera/Nikon_D3S.py

5 lines
150 B
Python

import bpy
bpy.context.object.data.sensor_width = 36.0
bpy.context.object.data.sensor_height = 23.9
bpy.context.object.data.sensor_fit = 'HORIZONTAL'