d3coy
@d3coy
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 123
Reply
RE: Multiplying rotation values?

Glad you liked it! Have fun, make sure your radii are as accurate as possible otherwise it’ll get a little weird…

18 years ago
Forum
Reply
RE: Multiplying rotation values?

Hey Tyson, Assuming you can reliably obtain the radius of each “gear,” you could drive one gear off the other using quaternions. In this example the…

18 years ago
Forum
Reply
RE: how to "assign track" in script controller?

The .addTarget method needs an object or subanim, if you gave it $Box01.modifiers[#Attribute_Holder].Test_Spinners[1] it should work, since the [1]…

18 years ago
Forum
Reply
RE: 3dsmax 9 Paths

Ahh I see them now. Thanks a bunch Bobo, everything I wanted to know and then some. I should have dug a little further into the help file before go…

18 years ago
Forum
Topic
18 years ago
Forum
Replies: 2
Views: 22
Reply
RE: Copy Array Method

hey vasquez888, Just for another solution to the same problem, whenever I make copies of arrays I find that using newArray = for i in oldArray col…

18 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

Bobo without you I don’t think many of us would make it. You always give the most concise answers to every question and then some. Thanks a million f…

18 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

That’s awesome Yannick. Guess I need to go buy a C# book after work today

18 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

When we create class libraries in C# and use them via maxscript, is it significantly faster than using straight MXS? If so, are custom .ms files fill…

18 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

Bravo guys, can’t wait for this implementation!

18 years ago
Forum
Reply
RE: how do you calculate the distance?

distance $box01.pos $box02.pos

18 years ago
Forum
Reply
RE: how to make a box exactly wrap a object ?

I usually try to avoid adding modifiers and getting info off of them if I can get all the info I need on the current object, in-place. It just seems …

18 years ago
Forum
Reply
18 years ago
Forum
Reply
RE: how to make a box exactly wrap a object ?

Hey man, I just wrote a script that does this a couple of days ago actually! I needed it to convert (generally square) buildings to straight “boundi…

18 years ago
Forum
Reply
RE: select Overlapping faces – Editable poly SCRIPT?

Do you mean two faces sharing all the same verts? You could loop through every face, save the vert numbers from every face, and compare the arrays.

18 years ago
Forum
Page 6 / 9