Search found 18 matches
- December 5th, 2005, 5:30 am
- Forum: Scripts Discussion
- Topic: Can you test if an image is "off screen"?
- Replies: 2
- Views: 11861
Can you test if an image is "off screen"?
Hi all, I'd like to be able to test whether a given image is at all visible within the comp area or not, judging from its transform attributes. I.e. "is it positioned completely off screen?" This requires looking at the layer's position, anchor point, rotation, scale etc. (And if there's a...
- July 27th, 2005, 9:44 am
- Forum: Scripts Discussion
- Topic: creating a folderItem
- Replies: 3
- Views: 13410
- July 27th, 2005, 9:35 am
- Forum: Scripts Discussion
- Topic: creating a folderItem
- Replies: 3
- Views: 13410
- July 27th, 2005, 9:18 am
- Forum: Scripts Discussion
- Topic: creating a folderItem
- Replies: 3
- Views: 13410
creating a folderItem
Is there any way to create a new folderItem, using a script?
Miki
Miki
- May 6th, 2005, 8:38 am
- Forum: Script requests
- Topic: slide layers random
- Replies: 2
- Views: 14833
- May 6th, 2005, 8:24 am
- Forum: Script requests
- Topic: shuffle layers...
- Replies: 1
- Views: 12411
shuffle layers done!
I've just posted up a link to some tools I've written which do this - it's the post titled: Layer power! "Instancer" and "Iterate Effect" scripts in the General Scripts Library To shuffle the layers: - Select all the layers you want to shuffle - Run the IterateEffect tool - Pick ...
- May 6th, 2005, 8:17 am
- Forum: General Scripts Library
- Topic: Layer power! "Instancer" and "Iterate Effect&
- Replies: 3
- Views: 23668
Layer power! "Instancer" and "Iterate Effect&
Here are some scripts I've written which provide 2 handy tools: 1. Instancer This tool allows you to create multiple duplicates of a source image, with each duplicate having user-specified variations (e.g. random placement, random hue, etc.) It can also be used to create duplicates which are synced ...
- February 3rd, 2005, 11:35 am
- Forum: Script requests
- Topic: Autosave
- Replies: 5
- Views: 19274
Autosave
"A feature in which the program automatically saves data files at predetermined intervals. This is an important feature because it reduces the amount of work you would lose if your system crashed. Usually, you can specify how often you want the application to save data." I have lost hideou...
- February 3rd, 2005, 11:26 am
- Forum: Script requests
- Topic: slide layers random
- Replies: 2
- Views: 14833
- January 18th, 2005, 11:58 am
- Forum: Scripts Discussion
- Topic: Eyedropper and Fill Color (+ Solid Color)
- Replies: 6
- Views: 25729
- January 18th, 2005, 8:36 am
- Forum: Scripts Discussion
- Topic: Eyedropper and Fill Color (+ Solid Color)
- Replies: 6
- Views: 25729
- January 17th, 2005, 9:42 am
- Forum: Scripts Discussion
- Topic: undo
- Replies: 4
- Views: 19282
- January 17th, 2005, 4:16 am
- Forum: Scripts Discussion
- Topic: undo
- Replies: 4
- Views: 19282
undo
Does anyone know how to perform an "undo" from within a script?
Miki
Miki
- January 12th, 2005, 4:29 am
- Forum: Scripts Discussion
- Topic: User Interface building
- Replies: 8
- Views: 30867
- January 4th, 2005, 4:44 am
- Forum: Scripts Discussion
- Topic: User Interface building
- Replies: 8
- Views: 30867
User Interface building
I'm finding it very cumbersome building user interfaces into my scripts. It's particularly annoying to have to specify dimensions of every widget in absolute co-ordinates. Has anyone got any tools or tips to make this easier? So far I've found that Panels are good way to break up a big UI into more ...