From b335b746523ffd59db1402b097a802b3fd99eaac Mon Sep 17 00:00:00 2001 From: rcoh Date: Wed, 8 Dec 2010 16:39:50 -0500 Subject: Code for the demo. Everything works afaik. Contains a couple more optimizations. Contains modify param behavior. Improved support for recursive hooks. Modifications to SmootCoreObject to get us closer to a fully multi-threaded system. This should be the last commit directly to master. All further commits should be on subranches and get merged. --- pixelevents/DecayEvent.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pixelevents') diff --git a/pixelevents/DecayEvent.py b/pixelevents/DecayEvent.py index 01255be..9a7c600 100644 --- a/pixelevents/DecayEvent.py +++ b/pixelevents/DecayEvent.py @@ -2,7 +2,6 @@ from operationscore.PixelEvent import * import Util, math class DecayEvent(PixelEvent): def initEvent(self): - self.validateArgs('DecayEvent.params') self['Coefficient'] = abs(self['Coefficient']) def state(self,timeDelay): if self['DecayType'] == 'Exponential': -- cgit v1.2.3