Zhalktis
@zhalktis
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 84
Reply
RE: Euler_XYZ gives me degree value!

Nope, haven’t seen this before and can’t reproduce it. Does getting the controller’s value at the time of the key work differently than getting the ke…

9 years ago
Forum
Reply
RE: Get the absolute position of an object

Or if for some weird reason it’s the setting anotherNode.pos part that’s causing the problem, you could try, getting-changingPos-setting the entire tr…

9 years ago
Forum
Reply
RE: Get the absolute position of an object

Have you tried myObject.transform.pos ?

9 years ago
Forum
Reply
RE: Maxscript and Fume

That is correct, listbox needs an array of strings for its elements so that it knows what to display to the user. Normally you would collect the names…

9 years ago
Forum
Reply
RE: Help needed with C# and Maxscript

You can’t “run” maxscript through visual studio, to “speed things up”, that’s not how it works… What the person meant was likely that it would be fas…

10 years ago
Forum
Reply
RE: stop using maxscript: a dead language

MAXscript is perfectly usable for simple stuff. Considering how deeply rooted it is in max, it is likely to stay for as long as 3ds max does. Even if …

10 years ago
Forum
Reply
RE: copy paste animation with diffrent Axis order or pivot orientation

Recalculating curves for different axis order is not trivial, I’m not even sure it’s possible to match bezier curves between the orders precisely so a…

10 years ago
Forum
Reply
RE: Weird for-in loop behavior

Looks like this is the for-in loop’s automatic dereferencing behaviour that’s leaving the struct functions without the rest of their struct members. S…

10 years ago
Forum
Reply
RE: The MCG Thread: Post Tools, Compounds and questions here!

MCG doesn’t look of much use for tool developers, other than the SimpleMeshMod addition already mentioned. Compiled and multithreaded sounds like it’l…

10 years ago
Forum
Reply
RE: Txt Database OR Excel Database?

It depends on what the data is like and how it will be used. If you do need a database, it’s probably best to use an actual database. I cannot commen…

10 years ago
Forum
Reply
RE: Parsing large number of txt files.

Alternatively you could try running a CMD command to find those files and then redirect the results to a file, afterwards read filenames from the file…

10 years ago
Forum
Reply
RE: Z-Coordinate as spline name

Here’s a simple one. Finds the first occurrence of an integer in a name of the form “spline_012_R”, “spline-09” or “level 9001 spline” (but not “Splin…

10 years ago
Forum
Reply
RE: how to get node properties from external .max fie

If all else fails: what about simply writing out the necessary metadata to an accompanying file or a database on file save? Is that an option for what…

10 years ago
Forum
Reply
RE: Light source follows camera angle?

This sounds more like a rigging question. Since you need to keep the azimuth, a lookat constraint can help you. You just need to use it in an awkward…

10 years ago
Forum
Reply
RE: progressive morpher via maxscript…?

I thought I remember something being weird about progressive morphs, so later I came back to test it a little. Yeah, there’s a catch… You can’t add MT…

10 years ago
Forum
Page 4 / 6