From 979c28bf06b53e1d87838e687d315e19df859940 Mon Sep 17 00:00:00 2001 From: Ken Hughes Date: Mon, 7 Nov 2005 00:22:05 +0000 Subject: -- 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) --- source/blender/python/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/python/SConscript') diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index 206e266bbb3..51d1101e74a 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -34,7 +34,6 @@ source_files = ['BPY_interface.c', 'api2_2x/Noise.c', 'api2_2x/NMesh.c', 'api2_2x/Object.c', - 'api2_2x/Particle.c', 'api2_2x/point.c', 'api2_2x/Registry.c', 'api2_2x/Scene.c', -- cgit v1.2.3