Just something I have noticed and not sure if it is documented: The premiere pro scripting guide lists the function to check if a project item is a sequence (returns true if sequence) is "IsSequence()." However, my code kept throwing errors but changing "IsSequence()" to "isSequence()" appears to resolve the issue. Wanted to share in case anyone was having similar issues with this function.
↧