Search found 233 matches

by capricorn33
Mon Apr 16, 2012 1:20 pm
Forum: Scripting
Topic: Multi layer Magnet Script?
Replies: 48
Views: 19553

Would be nice to see how he did it. Did he fix the bone transform issue? No, sadly, the bone transformation issue is still there... And if you want to see "how he did it" it's right there to look at. :) (He has some clever use of lists for keeping order to the meshes and points... you hav...
by capricorn33
Wed Apr 11, 2012 3:36 pm
Forum: Scripting
Topic: Multi layer Magnet Script?
Replies: 48
Views: 19553

BTW, I suppose you already noticed that Ramón included a multilayer magnet in his latest tool, the "lost wiggle tool" ...? :-)
viewtopic.php?t=16862

It works fine, but it still has the same kind of problems as we are discussing here, though...
by capricorn33
Wed Apr 11, 2012 11:52 am
Forum: Scripting
Topic: Multi layer Magnet Script?
Replies: 48
Views: 19553

Billiant, Breinmeester ! :D :D :D Or should I say; a very good start, at least. It helped me get the right result with combined point translation and layer transformation in my arc tracking tool - which is already bloody fantastic!!! But still no luck with influence by bones, though... :-( Seems lik...
by capricorn33
Tue Apr 10, 2012 12:35 pm
Forum: Scripting
Topic: Multi layer Magnet Script?
Replies: 48
Views: 19553

Breinmeester wrote:I got it to work. I hope to spend some time on it tonight and will be back here tomorrow.
Can't wait !!! :shock: :shock: :shock: :shock: :shock:

:D
by capricorn33
Mon Apr 09, 2012 7:45 pm
Forum: Scripting
Topic: Multi layer Magnet Script?
Replies: 48
Views: 19553

You know I'm having the exact same problem with another script that I am working on right now... Sorry Breinmeester, I don't have any answers to give you but I would ALSO be very, very interested - no, THRILLED - if anyone could share some kind of insight to this enigma (regarding how to get the pos...
by capricorn33
Wed Mar 28, 2012 1:45 pm
Forum: Animation
Topic: "Sleeping Betty"
Replies: 7
Views: 3168

Haha, totally love it. :-)
by capricorn33
Fri Mar 16, 2012 9:42 am
Forum: Scripting
Topic: Switch Layer Mimic Script
Replies: 27
Views: 8727

Haha, yeah, I know you were only kidding, madrobot.
But it was a funny remark and it made me laugh. :)
And I can't exactly claim to be a spring chicken myself so maybe there was some truth in it also.

And I DO have a beard. :-)
by capricorn33
Thu Mar 15, 2012 1:20 pm
Forum: Scripting
Topic: Switch Layer Mimic Script
Replies: 27
Views: 8727

madrobot wrote:....Uncle Wes pointed out on the other forum for old people...
LOL
I hang out there sometimes. Guess that means I'm old then. :lol:
by capricorn33
Wed Mar 14, 2012 5:28 pm
Forum: Scripting
Topic: a dynamically updating point arc tracker?
Replies: 7
Views: 2510

Sure, Selgin. Sorry if I didn't explain very well. - Install as a toolscript (copy to the tool folder) - Make a vector layer, draw a couple of points. - Pick one point and drag it around on a couple of different spots on the timeline, using this tool. - You should see the translated point's frame po...
by capricorn33
Wed Mar 14, 2012 4:43 pm
Forum: Scripting
Topic: a dynamically updating point arc tracker?
Replies: 7
Views: 2510

First problem solved... halfway to a working arctracking tool :) Try translating a couple of points with this tool, anywhere on the timeline. (on frame 0 nothing special happens) http://dl.dropbox.com/u/19247240/hl_translate_points_arctrack.lua Cool, huh? Also try nudging keyframes around on the tim...
by capricorn33
Fri Mar 09, 2012 12:08 pm
Forum: Scripting
Topic: Image Layer Default Tool
Replies: 3
Views: 1114

cheers, mate!

:D
by capricorn33
Fri Mar 09, 2012 12:02 pm
Forum: Scripting
Topic: a dynamically updating point arc tracker?
Replies: 7
Views: 2510

This is my little experiment, using ponysmasher's original script and putting it into the form of an embedded script (to make it dynamic). function LayerScript(moho) -- thinking about making an automatically and dynamically updating arc and spacing tracker... -- this is a little mod of ponysmasher's...
by capricorn33
Fri Mar 09, 2012 11:38 am
Forum: Scripting
Topic: Image Layer Default Tool
Replies: 3
Views: 1114

Well, this is one very simple way to deal with it; Open the the _tool_list.txt in your editor and move the section starting with group MOHO.Localize("/Tools/Group/Special=Special") WITH the tools belonging to it and place it BELOW the section starting with group MOHO.Localize("/Tools/...
by capricorn33
Fri Mar 09, 2012 11:15 am
Forum: Animation
Topic: An animation walkthrough (Ice age)
Replies: 2
Views: 2692

Haha, yeah, I hear you... :)

That is how to make blockbuster features (and the kind of budgets that go with it).
by capricorn33
Thu Mar 08, 2012 3:52 pm
Forum: Scripting
Topic: a dynamically updating point arc tracker?
Replies: 7
Views: 2510

Hey Funk :) ponysmasher made a point tracker for me once - you select a point and it creates a new empty folder that tracks that point over the animation (so you can attach new parts to already animated things) Yeah, I remember. I actually had a closer look at that one and tried a little modding on ...