[Bf-blender-cvs] CVS commit: blender/source/blender/python SConscript blender/source/blender/python/api2_2x Effect.c Effect.h Types.c blender/source/blender/python/api2_2x/doc Effect.py

Ken Hughes khughes at pacific.edu
Mon Nov 7 01:22:05 CET 2005


khughes (Ken Hughes) 2005/11/07 01:22:05 CET

  Modified files:
    blender/source/blender/python SConscript 
    blender/source/blender/python/api2_2x Effect.c Effect.h 
                                          Types.c 
    blender/source/blender/python/api2_2x/doc Effect.py 
  
  Log:
  -- Clean-up of Effect and Particle modules; since particle was the only
     remaining effect type, it didn't make much sense to leave things
     implemented in two separate files.  Changes include:
     * two bug fixes (the getChild() and getMat() methods were using floats
     instead of shorts)
     * performing clamping on input values
     * implementing attributes using tp_getset
     * merging Effect and Particle functions: the Particle module exists in
     name only, with the Particle.New() and Particle.Get() functions
     remaining for backward compatibility (they are in fact identical to
     Effect.New() and Effect.Get() functions)
     * update of doc/Effect.py (including remove all old references to wave
     and build effects)
  
  Revision  Changes    Path
  1.30      +0 -1      blender/source/blender/python/SConscript
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/SConscript.diff?r1=1.29&r2=1.30&cvsroot=bf-blender>
  1.16      +1021 -114 blender/source/blender/python/api2_2x/Effect.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Effect.c.diff?r1=1.15&r2=1.16&cvsroot=bf-blender>
  1.8       +4 -26     blender/source/blender/python/api2_2x/Effect.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Effect.h.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>
  1.28      +1 -2      blender/source/blender/python/api2_2x/Types.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Types.c.diff?r1=1.27&r2=1.28&cvsroot=bf-blender>
  1.7       +172 -343  blender/source/blender/python/api2_2x/doc/Effect.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Effect.py.diff?r1=1.6&r2=1.7&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list