5 lines
135 B
Python
5 lines
135 B
Python
|
|
import bpy
|
||
|
|
bpy.context.camera.sensor_width = 7.18
|
||
|
|
bpy.context.camera.sensor_height = 5.32
|
||
|
|
bpy.context.camera.sensor_fit = 'HORIZONTAL'
|