Blender Git Commit Log

Git Commits -> Revision 979c28b

Revision 979c28b by Ken Hughes (master)
November 7, 2005, 00:22 (GMT)


-- 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)

Commit Details:

Full Hash: 979c28bf06b53e1d87838e687d315e19df859940
SVN Revision: 5723
Parent Commit: 0089c0b
Lines Changed: +1194, -482

5 Modified Paths:

/source/blender/python/api2_2x/doc/Effect.py (+171, -342) (Diff)
/source/blender/python/api2_2x/Effect.c (+1020, -113) (Diff)
/source/blender/python/api2_2x/Effect.h (+3, -25) (Diff)
/source/blender/python/api2_2x/Types.c (+0, -1) (Diff)
/source/blender/python/SConscript (+0, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021