Thanks Dan, I was thinking I might have to do this, but was hoping for a simpler approach.
-Stephen
Search found 25 matches
- August 4th, 2011, 9:48 am
- Forum: Scripts Discussion
- Topic: Option (Alt) replace method
- Replies: 2
- Views: 10516
- August 4th, 2011, 7:16 am
- Forum: Scripts Discussion
- Topic: Option (Alt) replace method
- Replies: 2
- Views: 10516
Option (Alt) replace method
Would anyone know whether there is a script command to do the same action as Option (Alt) replace an item in the project window ? Basically I want to (via a script I have already have) create a comp and then replace another comp with the new one which would include every instance it is used. Thanks,...
- May 25th, 2010, 3:53 pm
- Forum: General Scripts Library
- Topic: Quick effects palette
- Replies: 43
- Views: 255702
Re: Quick effects palette
This is a super handy script.
Thanks so much.
Anyone know how to get the specific names to each effect ? I am trying to apply Frischluft Depth of Field, but I can't seem to find the call name for it. Are they stored in a specific location ?
Many thanks,
Stephen
Thanks so much.
Anyone know how to get the specific names to each effect ? I am trying to apply Frischluft Depth of Field, but I can't seem to find the call name for it. Are they stored in a specific location ?
Many thanks,
Stephen
- November 15th, 2008, 10:56 pm
- Forum: Scripts Discussion
- Topic: UI help
- Replies: 1
- Views: 8813
Re: UI help
I had a kind e-mail from Jeff Almasol who suggested placing the - win.bggraphic = win.add("image",[0,0,1144,473],iconfile); - after all of the other UI calls, which worked. However, apparently this isn't supposed to work this way and only one item in the UI can be visible at a time. -Stephen
- November 4th, 2008, 12:02 pm
- Forum: Scripts Discussion
- Topic: UI help
- Replies: 1
- Views: 8813
UI help
I'm at present finishing off a slate tool for the company I work at. I mostly work on a Mac, and have started to de-bug on a windows machine to make sure everything is cross platform. I came across an annoying little problem, which I am hoping there is a work around - or I'm using the tool, whicheve...
- September 16th, 2008, 10:00 am
- Forum: Animation presets Library
- Topic: Enhance tracking by scaling corner pin
- Replies: 8
- Views: 185469
Re: Enhance tracking by scaling corner pin
Thanks Sean. I have actually been using the CC corner pin instead for that very reason. Unfortunately I want to go beyond the +200 that it gives you to expand the pin. I'm sure that the preset must have an expression in there somewhere, if some kind soul could just post the maths behind it, I would ...
- September 16th, 2008, 12:51 am
- Forum: Animation presets Library
- Topic: Enhance tracking by scaling corner pin
- Replies: 8
- Views: 185469
Re: Enhance tracking by scaling corner pin
Does anyone know (maybe Donat) where that handy preset for scaling the corner pin has gone - the link seems to be broken.
Thanks,
Stephen
Thanks,
Stephen
- October 9th, 2007, 10:45 pm
- Forum: Scripts Discussion
- Topic: edittext changed in cs3 ?
- Replies: 4
- Views: 14243
- October 9th, 2007, 10:44 pm
- Forum: Scripts Discussion
- Topic: edittext changed in cs3 ?
- Replies: 4
- Views: 14243
- October 5th, 2007, 12:05 pm
- Forum: Scripts Discussion
- Topic: edittext changed in cs3 ?
- Replies: 4
- Views: 14243
edittext changed in cs3 ?
I'm starting to re-write some of my scripts to work in cs3 and have found that the 'return' key does not apply a carriage return when typing text into an 'edittext' box. Here's the code - win.infopnl = win.add('panel', [20,225,530,395], 'Info'); win.infocomment = win.infopnl.add('edittext', [20,60,4...
- July 5th, 2007, 1:08 pm
- Forum: Scripts Discussion
- Topic: launching a secondary window
- Replies: 0
- Views: 7692
launching a secondary window
I have this weird problem with lauching a secondary window, and its kind of a chicken/egg syndrome. First off, the secondary window get's shown before the main UI - I can somewhat figure out why (even though in theory it should only get shown when the .onChange argument is met) , but i can't then fi...
- March 12th, 2007, 10:02 am
- Forum: Scripts Discussion
- Topic: 'Browse' button
- Replies: 5
- Views: 14877
browse
Thanks Chris, that worked.
Offcourse, the question would be why - seems kind of random.
Thanks,
Stephen.
Offcourse, the question would be why - seems kind of random.
Thanks,
Stephen.
- March 9th, 2007, 6:57 pm
- Forum: Scripts Discussion
- Topic: 'Browse' button
- Replies: 5
- Views: 14877
'Browse' button
I have this script that has a really simple UI with a checkbox and a browse box for entering a file location. It works fine on a mac, but the browse button is seemingly disabled on the pc. The weird thing is that the 'ok' and 'cancel' buttons work fine. What gives ? function buildUI() { if (win != n...
- February 22nd, 2007, 11:22 am
- Forum: Scripts Discussion
- Topic: applescript
- Replies: 2
- Views: 10883
applescript
Thanks, I should have done that already.
-Stephen.
-Stephen.
- February 19th, 2007, 11:51 am
- Forum: Scripts Discussion
- Topic: frame sequence number
- Replies: 5
- Views: 16161