In my sequencer i have 2 scenes which are almost the same but with some different animations.
They have the same text objects in them.
Lets call them text1, text2 and text3. These object are static and published.
I want to have my second scene read the content of these 3 textobject in the first scene. (so you don't have fill in the object twice)
Scene 1, text 1 = scene 2, text 1
etc....
Can somebody point me in the right direction how to achieve this with a little scripting
Thanks!