diff flax/TheShow.py @ 139:83e2c4ceb79a

KeyboardComposer: let's get it working again KeyboardComposer: let's get it working again TheShow: get_timelines method Timeline: it's late, okay? TimelineDMX: timeline selector, basically copied from that music player thing
author dmcc
date Sat, 14 Jun 2003 16:19:40 +0000
parents 5670f66845ce
children
line wrap: on
line diff
--- a/flax/TheShow.py	Sat Jun 14 16:01:31 2003 +0000
+++ b/flax/TheShow.py	Sat Jun 14 16:19:40 2003 +0000
@@ -1,5 +1,3 @@
-
-
 from Timeline import *
 from Submaster import Submasters, sub_maxes
 
@@ -36,6 +34,9 @@
         "set time of current timeline"
         self.current_time = time
         self.current_timeline.set_time(time)
+    def get_timelines(self):
+        "Get names of all timelines"
+        return self.timelines.keys()
 
 # this is the default blender
 linear = LinearBlender()