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

Martin Poirier theeth at yahoo.com
Thu Jan 12 02:11:42 CET 2006


theeth (Martin Poirier) 2006/01/12 02:11:42 CET

  Modified files:
    blender/source/blender/python/api2_2x vector.c 
    blender/source/blender/python/api2_2x/doc Mathutils.py 
  
  Log:
  BPy: Mathutils fix: bug #3737
  Vector.resize4D() didn't put 1 in the 4th component (the scale factor), as it did in 2.37.
  While this is more "correct", it is much less usefull. Also, matrix.resize4x4 puts a 1 there too,
  so might as well revert and be consistent.
  
  Revision  Changes    Path
  1.36      +3 -3      blender/source/blender/python/api2_2x/vector.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/vector.c.diff?r1=1.35&r2=1.36&cvsroot=bf-blender>
  1.11      +1 -0      blender/source/blender/python/api2_2x/doc/Mathutils.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Mathutils.py.diff?r1=1.10&r2=1.11&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list