Search found 10 matches

by yogert909
May 19th, 2014, 9:18 pm
Forum: Scripts Discussion
Topic: system.callSystem and clipboard not working
Replies: 3
Views: 12559

Re: system.callSystem and clipboard not working

I got it working on mac osx with:

Code: Select all

system.callSystem("echo \"hello world\" | pbcopy")
Here's a thread which covers more complex examples on windows:
http://www.aenhancers.com/viewtopic.php?t=522

I hope this helps
by yogert909
May 19th, 2014, 4:58 pm
Forum: Scripts Discussion
Topic: system.callSystem and clipboard not working
Replies: 3
Views: 12559

Re: system.callSystem and clipboard not working

I'd be very interested in hearing if you find something that works as I'm working on a script that I need to copy things to the clipboard. Just to be clear, it sounds like you're working on windows, correct?
by yogert909
May 19th, 2014, 4:26 pm
Forum: Scripts Discussion
Topic: open or close a folder in the project window?
Replies: 0
Views: 8086

open or close a folder in the project window?

Is there an attribute that sets weather a folder is closed or open (showing it's contents) in the project window? I didn't find anything searching the scripting guide, but maybe I'm not searching for the right thing...?

Thanks
by yogert909
November 8th, 2012, 8:40 pm
Forum: Expression Discussion
Topic: how to use LoopOut with smooth?
Replies: 4
Views: 13709

Re: how to use LoopOut with smooth?

Oh! That makes sense. Awesome. That will come in really handy. I tested a similar approach and this seems to work reasonably well for what I was trying to do:

Code: Select all

if (time == nearestKey(time).time) smooth(.2,5,time);
else loopOut("continue");


Thank you!!
by yogert909
November 8th, 2012, 7:20 pm
Forum: Expression Discussion
Topic: how to use LoopOut with smooth?
Replies: 4
Views: 13709

Re: how to use LoopOut with smooth?

Thanks for the quick response!

Too bad we can't use these in combination. I guess we can't combine loopIn with loopOut either... Oh well.

Thanks again,
Adam
by yogert909
November 8th, 2012, 2:55 pm
Forum: Expression Discussion
Topic: how to use LoopOut with smooth?
Replies: 4
Views: 13709

how to use LoopOut with smooth?

Hi, Does anybody know how to use these two methods together? I often need to use both of them but I never take the time to figure it out. Basically what I have is a a tracker which has gone off the screen and the track is a bit noisy. I would like to smooth the keyframes a bit with smooth and also u...
by yogert909
December 8th, 2006, 4:55 pm
Forum: General Scripts Library
Topic: BG Renderer
Replies: 42
Views: 128214

HUGE! Thank you!

is it possible to pause or stop the renderer through the terminal?

Thanks again.
by yogert909
July 3rd, 2006, 6:09 pm
Forum: Script requests
Topic: copy keyframes formatted for Cinema 4D inport
Replies: 2
Views: 9687

Sorry, I don't know why i didn't see that sitting there.
Thanks
by yogert909
June 30th, 2006, 2:47 pm
Forum: Script requests
Topic: copy keyframes formatted for Cinema 4D inport
Replies: 2
Views: 9687

copy keyframes formatted for Cinema 4D inport

Hey, I'm a javascript noob, but I'm going to try writing a .jsx script this weekend. I'm hoping that I can automate the copying of keyframes to cinema4D by the following method: http://forums.cgsociety.org/showthread.php?t=321029&page=2&pp=15&highlight=yuppster If someone can give me som...
by yogert909
April 10th, 2006, 5:17 pm
Forum: Expression Discussion
Topic: springy expression
Replies: 15
Views: 52054

springy expression

hey folks, I'm looking for an expression that will take keyframed position data and output position data as if the layer were attached by a bungee or shock absorber.

I'm ok with simple expressions, but I don't even know where to start with this one.

Thanks for any suggestions.