blender/release/scripts/presets/camera/Nikon_D7000.py
Sergey Sharybin 6529882e9e Camera tracking integration
===========================

- Request from Sebastian/Francois: default lens
  for clip set to 24.0
- Added some additional camera presets from Francois request.
  Not sure all things from GENERIC section of that request
  would be actually useful.

  Probably the whole sensor size workflow would be changed...
2011-08-04 16:06:24 +00:00

4 lines
91 B
Python

import bpy
bpy.context.object.data.sensor_x = 23.6
bpy.context.object.data.sensor_y = 15.6