Mercurial > code > home > repos > light9
changeset 447:fecb60bfc532
curvecalc prints chase names
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Jun 2008 03:05:24 +0000 |
parents | 9028be842aae |
children | bf0395560a2e |
files | light9/Effects.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/Effects.py Sat Jun 14 01:23:13 2008 +0000 +++ b/light9/Effects.py Sat Jun 14 03:05:24 2008 +0000 @@ -34,6 +34,7 @@ shortName = chaseUri.rsplit('/')[-1] chans = graph.value(chaseUri, L9['channels']) ret[shortName] = list(graph.items(chans)) + print "%r is a chase" % shortName ret['chase'] = chase return ret