iPhone_5.py 166 B

123456
  1. import bpy
  2. bpy.context.camera.sensor_width = 4.54
  3. bpy.context.camera.sensor_height = 3.42
  4. bpy.context.camera.lens = 4.10
  5. bpy.context.camera.sensor_fit = 'HORIZONTAL'