You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey !
Just a quick follow-up to mention that I took a look at that but unfortunately I think it was beyond my C++ abilities.
I managed to get the editor to be editable by modifying this line https://github.com/OpenTimelineIO/raven/blob/main/inspector.cpp#L75
But I did not go further than that to hook modifications made in the editor to reflect in the current loaded timeline.
If anyone else want to take it up, go for it !
A note for anyone else attempting this in the future: I suspect this feature would require noticing edits to the text via some callback in the text editor widget, then deleting the selected item and replacing it with a freshly deserialized object from the edited JSON text. It would also need to be defensive about invalid JSON introduced by typos.
Feature suggestion
Currently the JSON editor is read-only. Making it editable would let us explore & understand how changes affect the composition.
The text was updated successfully, but these errors were encountered: