Search found 15 matches

by jaist
November 27th, 2009, 3:51 am
Forum: Scripts Discussion
Topic: Embedding images into a script
Replies: 1
Views: 6242

Embedding images into a script

Hi all! I'd like to embed images in my .jsxbin, but i'm at loss when i think about extracting bytes from my file in javascript. I saw nab's implementation with hexes, creating temp images and reading from there, but while effective it's quite ankward. Do any of you know a simpler approach? I'd like ...
by jaist
December 19th, 2008, 2:12 am
Forum: General Scripts Library
Topic: TrackerViz for After Effects
Replies: 69
Views: 266579

Re: TrackerViz for After Effects

that's what i do every time. That nasty thing was repeating itself over and over, restarting the project, then AE, then the mac itself.
Dunno what caused it though .
by jaist
December 18th, 2008, 10:02 am
Forum: General Scripts Library
Topic: Tracker2Mask: new tracker-assisted rotoscoping tool
Replies: 18
Views: 58130

Re: Tracker2Mask: new tracker-assisted rotoscoping tool

@Paul: I knew the wing menu option (that's why i said not explicitly, it does the same thing as duplicating the trackpoint) but i really didn't know the eyeball exclude, you've made my day! I always tracked one tracker at a time and then performed operations on nulls by hand, this is nice. Thanks! @...
by jaist
December 18th, 2008, 5:19 am
Forum: General Scripts Library
Topic: Tracker2Mask: new tracker-assisted rotoscoping tool
Replies: 18
Views: 58130

Re: Tracker2Mask: new tracker-assisted rotoscoping tool

Well, the thing that you should nail first is this: change the selection process using trackers, not trackerPoints. Since there's no explicit way of adding another trackpoint ( you can only specify up to 4 linked trackpoints per tracker or duplicate them inside the timeline) and you can't do separat...
by jaist
December 18th, 2008, 4:36 am
Forum: General Scripts Library
Topic: TrackerViz for After Effects
Replies: 69
Views: 266579

Re: TrackerViz for After Effects

I can't seem to replicate it when working with a new project for some reason. i just upgraded to cs4 so maybe something got automatically fixed in the process. I'll try to open the project i was working when i discovered the thing. Good job with the autorenaming stuff in 2.1, the older behaviour was...
by jaist
December 17th, 2008, 8:05 am
Forum: General Scripts Library
Topic: Tracker2Mask: new tracker-assisted rotoscoping tool
Replies: 18
Views: 58130

Re: Tracker2Mask: new tracker-assisted rotoscoping tool

Hi, that's a wonderful script! Its interface could use some redesign, but more importantly, you should let it talk a lot more with trackerviz! Some people love using trackers instead of trackpoints, some other just rely on positional data from little solids, i think you should give more options.. P....
by jaist
December 11th, 2008, 10:01 am
Forum: General Scripts Library
Topic: Pixie Army - Color Matrix Displacer
Replies: 8
Views: 35414

Re: Pixie Army - Color Matrix Displacer

download again, fixed that too :)
by jaist
December 11th, 2008, 9:33 am
Forum: General Scripts Library
Topic: Pixie Army - Color Matrix Displacer
Replies: 8
Views: 35414

Re: Pixie Army - Color Matrix Displacer

I've fixed it, it was so simple i overlooked the problem a dozen times ;)
Let me know what you think!
by jaist
December 11th, 2008, 8:01 am
Forum: General Scripts Library
Topic: Pixie Army - Color Matrix Displacer
Replies: 8
Views: 35414

Re: Pixie Army - Color Matrix Displacer

The difference should be that without the fast mode check you can interactively set the MaxDisplace, the Clamping and the Zdirection as Expression Controls inside the null controller.
But at some point it stopped working and now it's locked in fast mode dammit, i don't know why.
Thanks Koby!
by jaist
December 10th, 2008, 3:28 am
Forum: General Scripts Library
Topic: Pixie Army - Color Matrix Displacer
Replies: 8
Views: 35414

Re: Pixie Army - Color Matrix Displacer

c'mon at least one reply :)
by jaist
December 8th, 2008, 6:31 pm
Forum: General Scripts Library
Topic: Pixie Army - Color Matrix Displacer
Replies: 8
Views: 35414

Pixie Army - Color Matrix Displacer

Hi! After the end of a project i was working on i decided to post the script i developed for it. We had ten days to complete 128 shots, and without the help of this script we'd be done for now :) You can see the end result here: http://www.bonsaininja.com/caparezza We used it to create the backgroun...
by jaist
December 8th, 2008, 5:24 pm
Forum: General Scripts Library
Topic: TrackerViz for After Effects
Replies: 69
Views: 266579

Re: TrackerViz for After Effects

i found a bug, if you key average some trackers from a layer that hasn't been named explicitly (different from the source name in the project view) The script applies the expression but it breaks at expression execution because it can't find the layer.
Great work!!
by jaist
October 3rd, 2008, 6:12 pm
Forum: Scripts Discussion
Topic: Script updates in viewport at every step!!!
Replies: 2
Views: 7491

Re: Script updates in viewport at every step!!!

Hi, just to ask: The stack overflow error is because i have too many expressions goin on right?
like 3 expressions (one being a sampleimage) every layer, 400 layers?
by jaist
October 3rd, 2008, 10:57 am
Forum: Scripts Discussion
Topic: Script updates in viewport at every step!!!
Replies: 2
Views: 7491

Re: Script updates in viewport at every step!!!

Seems like it was my After effects who was going crazy.
I really don't know why though.

I am implementinting a progress bar now, but i read here that progressbars in scriptui don't work on a mac.
Is it true?

Thanks a bunch

Max
by jaist
October 3rd, 2008, 10:30 am
Forum: Scripts Discussion
Topic: Script updates in viewport at every step!!!
Replies: 2
Views: 7491

Script updates in viewport at every step!!!

Hi, first of all i am new to this community and so i'd like to thank you all for providing insight and advice to the after effects scripting community. Now, to the problem at hand: I have this script, it generates a footageItem (a solidsource) and then starts to add AVlayers with that. The whole gen...