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

Multiple sequence setdowns being called in PremierePro

Participant ,
Jun 14, 2023 Jun 14, 2023

I'm using the AfterEffects SDK to create a plugin for both AfterEffects and PremierePro.
I save the project data in sequence_data.
When the project reopens, the data is loaded back from the sequence_data. This works fine for AfterEffects, but in case of PremierePro, sequence_setdown is called multiple times, and flatten is not call before the project closes.

However, if I set this flag, PF_OutFlag2_PPRO_DO_NOT_CLONE_SEQUENCE_DATA_FOR_RENDER, then it works fine for PremierePro as well. All the sequence_data is coordinated properly then. But the SDK advises against setting this flag. Also, my renders get slower if I use this flag

TOPICS
SDK
264
Translate
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 ,
Jun 15, 2023 Jun 15, 2023

Frustrating!

Please send us your plug-in, and step-by-step instructions we can follow to see the behavior you've described. 


Translate
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
Participant ,
Jun 15, 2023 Jun 15, 2023
LATEST

Hi @Bruce Bullis 
I have sent a mail with the code attached.
Also sharing the code here https://drive.google.com/file/d/1gR4Pn1IO147bRmor3YfANoEaINYyOqFs/view?usp=sharing as it is just the template skeleton project from the AfterEffects SDK where I have added a sequence-setup and a print to know the command being called.
Please let me know your thoughts.

Translate
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