Skip to main content
Inspiring
May 3, 2023
Question

Force render in PremierePro using AfterEffects SDK

  • May 3, 2023
  • 0 replies
  • 221 views

I'm working on a plugin created in the AfterEffects SDK, but now I need to run it on Premiere Pro.
The plugin connects AfterEffects to another app with websocket, which sends me some frames data.
I'm handling the frame data in a separate thread. As soon as I receive frames data in a separate thread, I want Render to be called so that the user can see the frames.

In AfterEffects, when I received data from the other app, I changed a param value using IdleHook as suggested by @shachar carmi  sir. But that doesn't work for me on PremierePro. 

This topic has been closed for replies.