Skip to main content
Inspiring
June 14, 2023
Question

Multiple sequence setdowns being called in PremierePro

  • June 14, 2023
  • 1 reply
  • 162 views

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

This topic has been closed for replies.

1 reply

Inspiring
June 15, 2023

I found out that I'm able to flatten the data at Sequence_Setdown as well, but only non-string values and one of the strings is being saved at setdown.
Any suggestions why the other strings are not being flattened.