GoPro_Hero3_White.py 161 B

1234567
  1. import bpy
  2. bpy.context.camera.sensor_width = 5.76
  3. bpy.context.camera.sensor_height = 4.29
  4. bpy.context.camera.lens = 2.77
  5. bpy.context.camera.sensor_fit = 'AUTO'