You can use a ‘Python Cue’ in the animation view (see this for instance).
- Create a ‘Text’ Source
- Create a python Cue
- Edit python cue and fill
tick()
method with something like that:
t = FindSource("Text1")
s = FindSource("Slice1")
t.Text = str(s.SliceType.Origin[0])