d3coy
@d3coy
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 123
Reply
RE: proper use of structures and what are they good for

Structs are really useful in larger scripting projects. On smaller scripts I’m not afraid to create a few locals, but let’s say for instance, you’re …

18 years ago
Forum
Reply
RE: A pre-cursor to MaxScript?

Hey Carlo, MAXScript was the first language I learned (aside from HTML, but that’s different), then I learned Python, and later C#. It was scary lea…

18 years ago
Forum
Reply
RE: How to create a curve which follows the position of severals points ?

This has been a great thread, thanks guys. :love:

18 years ago
Forum
Reply
RE: generating variables

Disculpame, I misunderstood you. Yea, looks like you’ll need to write some functions that parse up a string that will be a custom attribute definitio…

18 years ago
Forum
Reply
RE: generating variables

Hey juako, The parameters block of a custom attribute definition expects parameters to be declared. It will not dynamically create parameters from a…

18 years ago
Forum
Reply
RE: Any way to reindex EPoly verts?

That’d be my first instinct too, kdaug. If there exists a way to re-number vertices, I don’t know of it without reconstructing the entire mesh.

18 years ago
Forum
Reply
RE: "scrollPos" equivalent for Dialogs?

Like this? ( rollout nestedRollout “Nested” ( button test1 “test” button test2 “test” button test3 “test” button test4 “test” bu…

18 years ago
Forum
Reply
RE: "scrollPos" equivalent for Dialogs?

Hey John, Rollouts turned into dialogs with createdialog don’t have scroll bars – not sure what you’re referring to? Even when the dialog is shorter…

18 years ago
Forum
Reply
RE: Proxymodeling (project wip)

Hey Capt, Pretty ambitious project, awesome to see this stuff at such an early stage, thanks for sharing Like Wahooney, I’m not completely sure how…

18 years ago
Forum
Reply
RE: How to find all noise controllers.

haha, that’s exactly what I was thinking… I’ve been scripting for over two years and never saw that method. It makes me paranoid that there is some o…

18 years ago
Forum
Reply
RE: How to find all noise controllers.

wow, I’ve never seen that method before, thanks kees

18 years ago
Forum
Reply
RE: How to find all noise controllers.

You’ll have to construct your own collection to obtain all the noise controllers. You may want to ask yourself whether you are interested in noise_po…

18 years ago
Forum
Reply
RE: Mirroring morph targets

All of the mirror morph scripts work by looking at the neutral, unchanged mesh, comparing that against the target you are interested in mirroring/symm…

18 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 002: "Split it up"

Wow, I’m so sorry to have missed this topic! Looks like it was a great challenge, awesome scripts guys. edit no wonder… this challenge was from 2005…

18 years ago
Forum
Reply
RE: ** system exception **

I don’t really know what you’re doing here, but in my experience putting rollouts inside of functions to call from somewhere else only works if you do…

18 years ago
Forum
Page 5 / 9