[Bf-blender-cvs] CVS commit: blender/release/scripts bvh_import.py

Campbell Barton cbarton at metavr.com
Tue Dec 6 04:53:35 CET 2005


campbellbarton (Campbell Barton) 2005/12/06 04:53:35 CET

  Modified files:
    blender/release/scripts bvh_import.py 
  
  Log:
  Updated bvh importer. tested on over 100 bvh files.
  
  * Modified to use Mathutils for matrix math,
  * Fixed possible joint naming bug,
  * Imports BVH's with bad EOF gracefully
  * Fixed duplicate joint names, make them unique
  * Use \r as well as \n for newlines
  * Added suppot for nodes with 0 motion channels
  * Rotation IPOs never cross more then 180d
     fixes sub frame tweening and time scaling
  * 5x overall speedup.
  
  Revision  Changes    Path
  1.8       +495 -522  blender/release/scripts/bvh_import.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/bvh_import.py.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list