Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Specific process with all effects in Layer

New Here ,
Apr 17, 2007 Apr 17, 2007

Copy link to clipboard

Copied

Hi,

I'm new here and my english is not perfect...

For information, we have created a powerful board with many CPU on it for rendering many effect with less time. I have create Plug-ins for test 1 effect and it's working properly. Now I try to ask After Effect with various call from API to known how many layers is on the composition, how many effects will be processing , and the time slice for each one.
I see some examples and I try some call but every time these call return me error or exception. I call it the same way that in example !!!

example ..this call throw me a exception :
suites.PFInterfaceSuite()->AEGP_GetEffectLayer( in_data->effect_ref, &effect_layerH));

In SDK Manual (version 6.5) each call to API is explain for the purpose and parameter but never a sequence of call to do something. Is there some document that explain the real use of each suite is a good way.

Can you help me to find something or just tell me where I can read info.

Our purpose is special and we want to be signaled or known each effect before these one will be rendered to do some process... And the other thing that we want to do is intercept the effect before this one will be done and stop it by the SDK API call. Can we do that with the API ??

Thank
Guy
TOPICS
SDK

Views

1.0K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 25, 2007 Apr 25, 2007

Copy link to clipboard

Copied

LATEST
I'm not sure which version of AEGP_SuiteHandler you're using, but you may need to call PFInterfaceSuite1, not just PFInterfaceSuite. Set breakpoints and step into the function call, and you'll see where the exception occurs.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines