Blender Git Loki
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