Copy link to clipboard
Copied
Hi,
I'm working on a plugin for some custom transitions (currently for CS6/CC on Windows).
I'm using a custom dialog (hasCustomDialog in PiPL) during esSetup to set the transition parameters. While the dialog is open the execution of Premiere is halted until the dialog gets closed.
The problem is, while I'm fiddling with the parameters I can't see changes in the program monitor and I don't get any feedback from Premiere.
I tried to make the dialog non-blocking but then Premiere didn't rerender the frames when I changed something in the dialog.
Does anybody know if it is possible to keep the dialog open and still have Premiere actively updating the rendered view?
Regards,
Philipp Stelzer
1 Correct answer
But I'd like to keep the dialog open to see the changes directly without reopening the dialog each time I want to tweak a value. Is that possible with a custom dialog?
It's not. But using the AE API with the transition extensions, you should be able to achieve the same thing, with the Effect Controls panel containing all your effects parameters.
Copy link to clipboard
Copied
Hi Philipp,
The dialog should be modal, so that when the dialog closes, the changes made will be saved and kept. For non-blocking UI, we encourage you to use the new transition extensions for the AE API, new in 7.1 (the October release). For transitions built this way, the changes can be made directly in the Effect Controls panel.
Regards,
Zac
Copy link to clipboard
Copied
Hi Zac,
thanks for your answer.
Currently I'm using a modal dialog to set up my parameters and the parameters are corretly applied after I close the dialog.
But I'd like to keep the dialog open to see the changes directly without reopening the dialog each time I want to tweak a value. Is that possible with a custom dialog?
I'll take a look at the new transition extensions, but I'm already working on this plugin for a few month and my dialog and the transition effects are already quite extensive. So, I don't know if it is possible to port everything to the new extensions (at least not in reasonable time).
Regards,
Philipp
Copy link to clipboard
Copied
But I'd like to keep the dialog open to see the changes directly without reopening the dialog each time I want to tweak a value. Is that possible with a custom dialog?
It's not. But using the AE API with the transition extensions, you should be able to achieve the same thing, with the Effect Controls panel containing all your effects parameters.
Copy link to clipboard
Copied
Okay. Thanks for the clarification. I'll see what I can do with the AE API then.

