Premiere GPU effect on AfterEffects : PrSDKOpaqueEffectDataSuite not available in AE
Hello,
I have written a PremierePro plugin that expose GPU rendering via PrGPUFilterModule template which add a xGPUFilterEntry entry point.
In AfterEffects, it is detected as a GPU filter however, I am using:
- PF_UtilitySuite4 to GetFilterInstanceID
- PrSDKOpaqueEffectDataSuite to store data used by plugin instances.
But these suites are not available in AfterEffects.
Is there a way to get a mechanism to pass "opaque" data between AE "EffectMain" and PPro "xGPUFilterEntry" ? in_data->sequence_data is not available in xGPUFilterEntry and AcquireOpaqueEffectData was the way I found in PremierePro to exhange data BUT the corresponding suite is not available in AE!
Thanks in advance
David
