Red_One_2K.py 135 B

12345
  1. import bpy
  2. bpy.context.camera.sensor_width = 11.1
  3. bpy.context.camera.sensor_height = 6.24
  4. bpy.context.camera.sensor_fit = 'HORIZONTAL'