Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #target premierepro
- // This creates a new Sequence, and takes the Project file name (excluding ".prproj") as the Name
- var fullName = app.project.name;
- var name = fullName.substr (0, fullName.length - 7)
- app.project.createNewSequence(name,0);
Advertisement
Add Comment
Please, Sign In to add comment