Search found 57 matches

by Impudent1
April 21st, 2008, 2:53 pm
Forum: Impudent 1's Scripts
Topic: Go WarpStatic
Replies: 3
Views: 29593

Re: Go WarpStatic

ah, ya, It seems most of my links will be broken. http://www.leapfrog-productions.com/Scripts is where most of the scripts reside now. Nav links on the left.

http://www.leapfrog-productions.com/Scr ... Static.zip is the link to the script zip file
by Impudent1
January 20th, 2006, 7:10 pm
Forum: Scripts Discussion
Topic: AE 7
Replies: 10
Views: 19970

As for ones not mentioned that effect my old scripts.. you can now use system.callSystem(); vs writing a bat file and executing. Creating folders is now simpler. another nifty new addition is iconbuttons I should have my scripts tested/updated/uploaded over the next few days. The big upside is that ...
by Impudent1
February 12th, 2005, 4:35 pm
Forum: Impudent 1's Scripts
Topic: Render and shutdown
Replies: 11
Views: 51622

Hmm I would think you would just add into the check where it looks at RQitemStatus.QUEUED and add a test to see if any modules are marked as DONE then pull them out of the que list variable.
by Impudent1
February 9th, 2005, 5:11 pm
Forum: Impudent 1's Scripts
Topic: Muster Batch Submit
Replies: 8
Views: 41615

C:\Documents and Settings\USERNAME\Application Data\Adobe\After Effects\Prefs\Adobe After Effects 6.5 Prefs.txt search for ["Settings_SubmitToMusterPrefs"] and it will pull up the injected settings. I have to give Paul a thanks for backing up my own tests here. No elegant / simple ways , b...
by Impudent1
February 4th, 2005, 12:26 am
Forum: Scripts Discussion
Topic: text field masking
Replies: 0
Views: 7836

text field masking

Has anyone been able to get a realtime textfield mask? I know with the web ones you can use onkeyUp type catches to grab/store/replace each letter as its input with another set of functions. Is there any way to do this with notify() events? I gave it a bit of a hook with onChange(); but it seems to ...
by Impudent1
February 3rd, 2005, 1:54 am
Forum: Scripts Discussion
Topic: problems with creating scrollbar
Replies: 2
Views: 10133

While on the topic of scrollbars. I still have not had any luck figuring out the dilemna in my muster batch script with the scrollbar. http://aczet.free.fr/phpBB2/viewtopic.php?t=103 Basically what I would like to have it do is when it autopopulates the panel with text lines. once it reaches a certa...
by Impudent1
February 3rd, 2005, 1:46 am
Forum: Impudent 1's Scripts
Topic: Render and shutdown
Replies: 11
Views: 51622

ah very nice :)

I would assume then that anyone who wanted to setup things like the Gspot etc scripts for example on mac with mac applications would be able to use the same idea.
by Impudent1
January 29th, 2005, 6:39 pm
Forum: Scripts Discussion
Topic: best program to write scripts in?
Replies: 13
Views: 24393

A second for ultraedit here. I had sorta hacked in the ae methods and objects into a wordfile before I really knew what methods and objects were.

If I get time that might be a project to do and toss up. A real Extendscript wordfile with all the AE and script UI calls
by Impudent1
January 29th, 2005, 6:36 pm
Forum: Scripts Discussion
Topic: Adding meta-data to quicktime files
Replies: 14
Views: 27444

I honestly could not tell you. I am sure it was in an email somewhere in response to a question to adobe techs.

Thats the great part of this site, being able to see those hidden or oh thats why things :)
by Impudent1
January 27th, 2005, 1:11 pm
Forum: Scripts Discussion
Topic: Adding meta-data to quicktime files
Replies: 14
Views: 27444

hmmm so if I understand this correctly. Anytime mac AE generates an executable file. It gives it a filetype code. That filetype code over rides the actual osx application association when the system runs it. ah yes a quick google on filetype codes shows this huge, a mac trojan :P It seems to me that...
by Impudent1
January 24th, 2005, 2:17 pm
Forum: Script requests
Topic: Ftp after render
Replies: 20
Views: 52467

First off.. *Napolean Dynamite voice on* Dude you have like, mad scripting skills *Napolean Dynamite voice off* I am totally trying to figure out how the heck you have gotten this socket to read things that I just could not seem to get into ae other than blank replies. I did a quick test and yes the...
by Impudent1
January 22nd, 2005, 11:35 am
Forum: Script requests
Topic: Ftp after render
Replies: 20
Views: 52467

I have been trying to get it to telnet or link to mysql as mentioned with not a great success. I will take a look at ftp and see if it will go.
by Impudent1
January 22nd, 2005, 11:29 am
Forum: Scripts Discussion
Topic: undo
Replies: 4
Views: 12545

Just a thought but you could parse the bits you wish to effect and save those as vars for a "return to default" type button.

You can take a look at the calculator script I created. Perhaps the memory add/return/clear bits will help you get some sort of internal undo buffer for your script
by Impudent1
January 13th, 2005, 4:02 pm
Forum: Scripts Discussion
Topic: User Interface building
Replies: 8
Views: 19067

Nice, I had planned on getting around to make some global functions like the button scale.

I will have to give it a wheel for the next ui script :)
by Impudent1
January 12th, 2005, 6:42 pm
Forum: Scripts Discussion
Topic: User Interface building
Replies: 8
Views: 19067

I haven't had time to try using it yet but it definately looks like a great tool. My one question is:
Does the script take into account the UI size differences between mac and pc buttons?