Replies: 1 comment
-
Never mind. I figured it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to understand how can I retain a clip (ie. otio::Item*) so that I can copy/paste a frame between changes to the whole timeline to implement undo/redo functionality with json_to_string() and json_from_string(). I don't understand exactly how SeriazableObject* and SeriazableObject::Retainer<> work.
The idea, in pseudo code, would be:
Beta Was this translation helpful? Give feedback.
All reactions