Copy link to clipboard
Copied
Looking to duplicate a sequence a bunch of times using a script and then label each one for a different language. I saw in a different post that the clone function was available. However, whenever I exectue, I get the exception: "sequence.clone is not a function"
For transparency, here is my script:
1 Correct answer
Hi responsible_Radiance3086,
Thanks for writing, your project sounds like a good one.
Check out the link below - sequence.close() is a function, but it returns a boolean, not a sequence.
https://ppro-scripting.docsforadobe.dev/sequence/sequence/#sequenceclone
Regards,
Dan
1 Pinned Reply
Hey there!
Thanks for your post and welcome to the forum. In the future, for developer related questions, tag the post with the "SDK" tag (I just did that for you). That will alert the appropriate Adobe Experts and product team members best suited to answer such a question. I will have to ask for your patience for a solution from the product team as we are still traveling back from the NAB conference. Hopefully, an Adobe Expert will chime in, in the meantime. I hope that is OK. Sorry for the frus
Copy link to clipboard
Copied
Hey there!
Thanks for your post and welcome to the forum. In the future, for developer related questions, tag the post with the "SDK" tag (I just did that for you). That will alert the appropriate Adobe Experts and product team members best suited to answer such a question. I will have to ask for your patience for a solution from the product team as we are still traveling back from the NAB conference. Hopefully, an Adobe Expert will chime in, in the meantime. I hope that is OK. Sorry for the frustration.
Thanks,
Kevin
Copy link to clipboard
Copied
Hi responsible_Radiance3086,
Thanks for writing, your project sounds like a good one.
Check out the link below - sequence.close() is a function, but it returns a boolean, not a sequence.
https://ppro-scripting.docsforadobe.dev/sequence/sequence/#sequenceclone
Regards,
Dan

