Aearon
@aearon
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 200
Reply
RE: how to store format " " result as string?

just to answer the original question (i hope this wasn’t mentioned as i only skipped over the thread ) you can get the output of format into a strin…

17 years ago
Forum
Reply
RE: find each controller that is keyable and his path???

stev: nothing special you need to do for modifiers really, as they appear as subanims, so if you recursively loop through the subanim tree of the obje…

18 years ago
Forum
Reply
RE: find each controller that is keyable and his path???

yes you have to do something special for CA’s as they are not part of the subanim hierarchy you can check every subanim that you loop through for cus…

18 years ago
Forum
Reply
RE: Dynamic Rollout Creation

looks good, though if you ‘format’ such a large code block at once it may become a bit of a hassle to manage all those variables. it doesn’t happen w…

18 years ago
Forum
Reply
RE: Dynamic Rollout Creation

i read that maxscript leaves a copy of the old string in memory whenever you add something to it. my tests have shown that this is very true… this wi…

18 years ago
Forum
Reply
RE: Additive rotations – possible?

to store the old value, if you need it, cleanly and efficiently as a variable inside the script controller you can use this.setConstant “varName” val…

18 years ago
Forum
Reply
RE: SkinOps.Loadevelopes

you can write one in mxs, except for some things that you can’t access without the sdk for example you can’t access custom falloff curves, so you hav…

18 years ago
Forum
Reply
RE: SkinOps.Loadevelopes

this still amazes me, why do you have to write your own tools(max8, true for me here) or use hacks(max9) for loading skin data when it’s all there in…

18 years ago
Forum
Reply
RE: MaxScripr VS SDK

here it’s much of the same maxscript is used for everything except performance code and things that are impossible to write in maxscript (controller…

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

it’s interesting to see that all the riggers here seem to come up with the same solutions! brad, i didn’t know there was something like this in your…

18 years ago
Forum
Reply
RE: create a script controller variable via mxs?

well not they are not the same really, you should do what bobo suggested as some of the methods are different, maybe save the listener output to a fil…

18 years ago
Forum
Reply
RE: move "Child Space" with MAXScript

do mean to set a position offset for the constrained object? this is not directly controllable from within the constraint like in maya, however you ca…

18 years ago
Forum
Reply
RE: Speedometer for Max

i think this book is very good for starting out with maxscript: 3ds Max 8 Maxscript Essentials it’s official autodesk material, and covers a lot. i …

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

wahooney, i think in an earlier test of mine it worked, i don’t have the code anymore though disabling and re-enabling keyboard acceleration is much …

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

Hey guys, i’ve been trying to send an email with .net, but i’m stuck because the smtp client class needs some sort of credentials object to connect …

18 years ago
Forum
Page 1 / 15