[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x BezTriple.c CurNurb.c

Toni Alatalo antont at kyperjokki.fi
Wed Sep 14 12:53:52 CEST 2005


antont (Toni Alatalo) 2005/09/14 12:53:51 CEST

  Modified files:
    blender/source/blender/python/api2_2x BezTriple.c CurNurb.c 
  
  Log:
  Memory management flag to behave better, as hinted by Ken Hughes.
  Still not good, i.e. getting these when quitting: Error Totblock: 4
  new bpytriple len: 60 0x8889bdc ... 'cause nothing frees them..
  
  Changed the loop that parsed input args to PyArg_ParseTuple to have
  support for passing ints from Python too as the floats that are the
  coordinates. Didn't find PyInt_AsFloat and figured that this is an ok
  way anyhow.
  
  Changed the default handle mode from AUTO to ALIGN, which is the same
  as in UI and more useful at least for me.
  
  Little sanifying in CurNurb (this was done with Ton).
  
  Revision  Changes    Path
  1.14      +31 -20    blender/source/blender/python/api2_2x/BezTriple.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/BezTriple.c.diff?r1=1.13&r2=1.14&cvsroot=bf-blender>
  1.15      +5 -3      blender/source/blender/python/api2_2x/CurNurb.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/CurNurb.c.diff?r1=1.14&r2=1.15&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list