Skip to main content
Inspiring
May 28, 2023
Question

Change param value from separate thread

  • May 28, 2023
  • 1 reply
  • 1062 views

I'm using AfterEffects sdk to develop a plugin for PremierePro (as well as for AfterEffects).
To force a render from a separate thread in AfterEffects, we change a param value in IdleHook.
I want to do the same for PremierePro. I want to change the paramValue from a separate thread. Please help.

This topic has been closed for replies.

1 reply

Bruce Bullis
Legend
May 28, 2023

Premiere pro offers nothing like an IdleHook.

 

Inspiring
May 28, 2023

I know there is nothing like an IdleHook in PremierePro, but can you help me with some other way to change a param value when I receive an event in some other thread.
As the AfterEffects SDK mentions, render would be called when a parameter is changed.
Or is there some other way by which I can force a re-render.
Or by using the Extendscript?