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

Ken Hughes khughes at pacific.edu
Sat Dec 17 05:57:48 CET 2005


khughes (Ken Hughes) 2005/12/17 05:57:48 CET

  Modified files:
    blender/source/blender/python/api2_2x BezTriple.c Ipocurve.c 
    blender/source/blender/python/api2_2x/doc Ipo.py 
  
  Log:
  -- Bugfix #3617; addBezier() was not initializing all the attributes for
     a the beztriple, so things like the hidden and handle select states were
     set to random values.  Added a beztriple.hide attribute so that the
     hide attribute can be set/cleared from the BPy API.
  
  Revision  Changes    Path
  1.18      +20 -8     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.17&r2=1.18&cvsroot=bf-blender>
  1.34      +5 -3      blender/source/blender/python/api2_2x/Ipocurve.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Ipocurve.c.diff?r1=1.33&r2=1.34&cvsroot=bf-blender>
  1.33      +6 -2      blender/source/blender/python/api2_2x/doc/Ipo.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Ipo.py.diff?r1=1.32&r2=1.33&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list