Full_Frame_35mm_Camera.py 131 B

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