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
I'm currently reading source clip components from within a composition mob. Every time I encounter a SourceClip instance, we call "resolve_ref()" to get the Mob ID. We then use the Mob ID to find the essence in storage. In version 0.8.1, "resolve_ref()" used to return a SourceMob instance, whereas in 0.9.0 it returns a null object. Using the latest version, how can Idetermine the essence for clips within a composition mob?
Hey Mark
I'm currently reading source clip components from within a composition mob. Every time I encounter a SourceClip instance, we call "resolve_ref()" to get the Mob ID. We then use the Mob ID to find the essence in storage. In version 0.8.1, "resolve_ref()" used to return a SourceMob instance, whereas in 0.9.0 it returns a null object. Using the latest version, how can Idetermine the essence for clips within a composition mob?
Thanks
The text was updated successfully, but these errors were encountered: