5.6.0 : Add Slice Origin(0) info to renderview.

You can use a ‘Python Cue’ in the animation view (see this for instance).

  1. Create a ‘Text’ Source
  2. Create a python Cue
  3. Edit python cue and fill tick() method with something like that:
  t = FindSource("Text1")
  s = FindSource("Slice1")
  t.Text = str(s.SliceType.Origin[0])