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
Similar to #25, the hack used by Gyroflow OFX plugin is incompatible with the concept of Compound Clips in DaVinci Resolve (Studio) 19. The timeline returned by the project.GetCurrentTimeline() call is the "real" timeline from your media pool, not the timeline of the compound clip; thus the TimelineVideoItem returned by timeline.GetCurrentVideoItem() is the compound clip item itself which is irrelevant to what the plugin is trying to query about the current video.
Activity