Search found 10 matches
- March 3rd, 2023, 1:11 pm
- Forum: Script requests
- Topic: add local file to selected comps
- Replies: 1
- Views: 34006
Re: add local file to selected comps
function importGuide() { var comps = app.project.selection; var myFile, i, myItem, comp, myLayer; var myFilePath = ''; // insert path here or.. if (myFilePath) { myFile = new File(myFilePath); } else { myFile = File.openDialog(); // ..select file instead } var importedFile = app.project.importFile(...
- October 5th, 2019, 2:32 pm
- Forum: Scripts Discussion
- Topic: How do you duplicate() a footageitem?
- Replies: 1
- Views: 13570
Re: How do you duplicate() a footageitem?
Here is a bit of a hack that works in CC2014 & CC2015 (and onwards, probably..). ( From: https://www.provideocoalition.com/after-effects-menu-command-ids/ ) You would have to check if the command ID is valid for other AE versions.. app.executeCommand(2080); // Equals Edit -> Duplicate A more acc...
- September 19th, 2008, 6:34 am
- Forum: Script requests
- Topic: Define Selection Tool
- Replies: 3
- Views: 14323
Re: Define Selection Tool
I have been using Zorro all day, by the way, and it is a huge improvement to the workflow. Thanks a lot.
- September 18th, 2008, 11:09 pm
- Forum: Script requests
- Topic: Define Selection Tool
- Replies: 3
- Views: 14323
Re: Define Selection Tool
Hi Lloyd, Thanks for pointing me to these scripts. They work great, except for not having the ability to isolate properties within the layers. I'd be happy if you considered implementing that in the next version of Zorro. And do you think there will be a problem isolating properties with so-called C...
- September 18th, 2008, 10:15 am
- Forum: Script requests
- Topic: Define Selection Tool
- Replies: 3
- Views: 14323
Define Selection Tool
Hi all, I'd like to see a script that defines and select (highlight) a group of Layers and specific Properties within them, while hiding the remaining Layers and Properties. With more Selection Groups defined, switching between them should be quick and easy. In a complex Composition it can be very t...
- August 12th, 2008, 3:34 am
- Forum: General Scripts Library
- Topic: Multi-Copy-Paste script - keyframes from multiple layers
- Replies: 13
- Views: 131049
Re: Multi-Copy-Paste script - keyframes from multiple layers
One problem that I have ran into earlier with these kind of script, is that they are not able to copy from Custom Data keyframes (say ie. from an effect like Distort -> Mesh Warp).
Does anyone have any ideas on how to achieve that?
Does anyone have any ideas on how to achieve that?
- March 20th, 2008, 7:20 am
- Forum: Paul Tuersley's Scripts
- Topic: pt_CropPrecomps (formerly Crop Layer Sets)
- Replies: 16
- Views: 177061
Re: Crop Layer Sets
I've been getting a lot of these lately:
"Unable to execute script at line 75. After Effects error: Unable to set "width". value -2616 out of range 1 to 30000."
Is it possible to make the script also ignore layers that are outside of the canvas?
"Unable to execute script at line 75. After Effects error: Unable to set "width". value -2616 out of range 1 to 30000."
Is it possible to make the script also ignore layers that are outside of the canvas?
- February 16th, 2008, 5:49 am
- Forum: Paul Tuersley's Scripts
- Topic: pt_CropPrecomps (formerly Crop Layer Sets)
- Replies: 16
- Views: 177061
Re: Crop Layer Sets
Initial tests works great. Thanks a lot for this.
Ignoring adjustment.. That is very clever. Preserving its effect on layers below when the Collapse Transformations is checked. I have no problem with that.
Ignoring adjustment.. That is very clever. Preserving its effect on layers below when the Collapse Transformations is checked. I have no problem with that.
- February 14th, 2008, 10:52 am
- Forum: Paul Tuersley's Scripts
- Topic: pt_CropPrecomps (formerly Crop Layer Sets)
- Replies: 16
- Views: 177061
Re: Crop Layer Sets
Apparently, the script works great in CS3 as well, apart from the problem mentioned above (ie Photoshop documents with Groups inside another Group, creating a chain of nested compositions in After Effects). However, I have found a workaround. The nesting and layers of the compositions are like this:...
- February 8th, 2008, 5:28 am
- Forum: Paul Tuersley's Scripts
- Topic: pt_CropPrecomps (formerly Crop Layer Sets)
- Replies: 16
- Views: 177061
Re: Crop Layer Sets
Thanks for this very helpful script. It works perfectly fine in AE7 (Windows) while I have experienced problems in CS3. I think it might relate to CS3 being able to import Photoshop-files with layer sets within another layer set. The files for witch I want the PreComps cropped are like this. Any hel...