~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to release/scripts/presets/camera/Full_Frame_35mm_Camera.py

  • Committer: Reinhard Tartler
  • Date: 2014-05-31 01:50:05 UTC
  • mfrom: (14.2.27 sid)
  • Revision ID: siretart@tauware.de-20140531015005-ml6druahuj82nsav
mergeĀ fromĀ debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import bpy
 
2
bpy.context.object.data.sensor_width = 36
 
3
bpy.context.object.data.sensor_height = 24
 
4
bpy.context.object.data.sensor_fit = 'HORIZONTAL'