[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Object.c blender/source/blender/python/api2_2x/doc Object.py

Ken Hughes khughes at pacific.edu
Thu Feb 16 21:09:32 CET 2006


khughes (Ken Hughes) 2006/02/16 21:09:32 CET

  Modified files:
    blender/source/blender/python/api2_2x Object.c 
    blender/source/blender/python/api2_2x/doc Object.py 
  
  Log:
  ===Python API===
  
  Allow object.setMatrix() to accept 3x3 matrices by extending to a 4x4
  internally.  Also check the dimensions of the new matrix and throw an
  exception if not a 3x3 or 4x4.
  
  Revision  Changes    Path
  1.169     +20 -5     blender/source/blender/python/api2_2x/Object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Object.c.diff?r1=1.168&r2=1.169&cvsroot=bf-blender>
  1.61      +4 -3      blender/source/blender/python/api2_2x/doc/Object.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Object.py.diff?r1=1.60&r2=1.61&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list