diff --git a/flax/TheShow.py b/flax/TheShow.py --- a/flax/TheShow.py +++ b/flax/TheShow.py @@ -1,3 +1,5 @@ + + from Timeline import * from Submaster import Submasters, sub_maxes @@ -34,9 +36,6 @@ class Show: "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()