GoPro_Hero3_Black.py 161 B

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