Update main After Effects UI from custom UI thread
Hi. I am running a custom UI in a separate thread. The custom UI sets a global counter when the user clicks on Update button.
Then I call, in the custom UI thread
AEGP_SuiteHandler suites(sP);
suites.AdvAppSuite2()->PF_RefreshAllWindows();the sP value is set in GlobalSetup as sP = in_data->pica_basicP;
The plan is that I can use the global counter to update a hidden param in UpdateParameterUI to force render.
However, the app is crashing on the line
suites.AdvAppSuite2()->PF_RefreshAllWindows();
Any ideas ?
