Search found 18 matches

by miki
December 5th, 2005, 5:30 am
Forum: Scripts Discussion
Topic: Can you test if an image is "off screen"?
Replies: 2
Views: 8223

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...
by miki
July 27th, 2005, 9:44 am
Forum: Scripts Discussion
Topic: creating a folderItem
Replies: 3
Views: 9604

Ah, I see - the new folder gets created as a by-product of making more solids.
Thanks for the tip.
What a palaver though!
by miki
July 27th, 2005, 9:35 am
Forum: Scripts Discussion
Topic: creating a folderItem
Replies: 3
Views: 9604

I'd already read that thread but I couldn't see any mention of creating a new folder. It talks about importing into an existing folder, right?
by miki
July 27th, 2005, 9:18 am
Forum: Scripts Discussion
Topic: creating a folderItem
Replies: 3
Views: 9604

creating a folderItem

Is there any way to create a new folderItem, using a script?

Miki
by miki
May 6th, 2005, 8:38 am
Forum: Script requests
Topic: slide layers random
Replies: 2
Views: 10532

Ok - I've done it now! See the post titled: Layer power! "Instancer" and "Iterate Effect" scripts in the General Scripts Library To slide the layers randomly: - Select all the layers you want to slide - Move the time slider to the earliest time you want the layers to start from -...
by miki
May 6th, 2005, 8:24 am
Forum: Script requests
Topic: shuffle layers...
Replies: 1
Views: 8971

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 ...
by miki
May 6th, 2005, 8:17 am
Forum: General Scripts Library
Topic: Layer power! "Instancer" and "Iterate Effect&
Replies: 3
Views: 18431

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 ...
by miki
February 3rd, 2005, 11:35 am
Forum: Script requests
Topic: Autosave
Replies: 5
Views: 13313

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...
by miki
February 3rd, 2005, 11:26 am
Forum: Script requests
Topic: slide layers random
Replies: 2
Views: 10532

I've made one of those! :)

At the moment it is buried in a rather large script but I'll try and extract it for you soon...
by miki
January 18th, 2005, 11:58 am
Forum: Scripts Discussion
Topic: Eyedropper and Fill Color (+ Solid Color)
Replies: 6
Views: 19034

aha!
Thanks very much for those examples - it all makes sense now!

Miki
by miki
January 18th, 2005, 8:36 am
Forum: Scripts Discussion
Topic: Eyedropper and Fill Color (+ Solid Color)
Replies: 6
Views: 19034

That's a good idea.

Another way to specify a colour (<'scuse the spelling - I'm a Brit!) would have been to create a solid layer (Layer -> New.. -> Solid...) and set the colour on that.
But I can't see a scripting way of reading the colour value of the solid! :?

Miki
by miki
January 17th, 2005, 9:42 am
Forum: Scripts Discussion
Topic: undo
Replies: 4
Views: 12896

No, I mean I actually want to do the undo from within my script!

I want to make a GUI which includes its own "undo" button.
Any ideas?
by miki
January 17th, 2005, 4:16 am
Forum: Scripts Discussion
Topic: undo
Replies: 4
Views: 12896

undo

Does anyone know how to perform an "undo" from within a script?

Miki
by miki
January 12th, 2005, 4:29 am
Forum: Scripts Discussion
Topic: User Interface building
Replies: 8
Views: 19584

Thanks very much for posting your script!

Could you possibly give us some example code showing how do build a basic UI using the script? (E.g. a window with a few widgets in it)

Thanks again,

Miki
by miki
January 4th, 2005, 4:44 am
Forum: Scripts Discussion
Topic: User Interface building
Replies: 8
Views: 19584

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 ...