Light
@light
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 370
Reply
RE: Is Max Active?

Hi, You can use GetForegroundWindow and compare the result with Max’s window handle to see if they match. Cheers, Light

14 years ago
Forum
Reply
RE: Regular expression in MAxscript ?

Also try this website when trying to work out the right expression. It’s pretty cool. Light

14 years ago
Forum
Reply
RE: RTTassist – 3dsmax toolset for RTT automation.

Thanks man. Very impressive work (: Cheers, Light

14 years ago
Forum
Reply
RE: RTTassist – 3dsmax toolset for RTT automation.

Thanks man, appreciate it. It’s good to see quality tools realized by others (: That game you linked looks pretty awesome. Not to derail the thread, …

14 years ago
Forum
Reply
RE: RTTassist – 3dsmax toolset for RTT automation.

Looks good man. Is that a Mass Effect gun? (: Cheers, Light

14 years ago
Forum
Reply
RE: Random selection between 3 or more set numbers

Hi, If that’s all you want, I guess you can also do this: 50 * (Random 1 4) Cheers, Light

14 years ago
Forum
Reply
RE: Is "while keyboard button pressed/held do" possible?

Yep that’s sort of the stuff I was doing. I looked some of my directories briefly but couldn’t find it. But don’t worry I am keeping this page open an…

14 years ago
Forum
Reply
RE: Is "while keyboard button pressed/held do" possible?

Will try to find some code in my dev archive (: Light

14 years ago
Forum
Reply
RE: Is "while keyboard button pressed/held do" possible?

Another way to do this that doesn’t require using a timer is to use low level keyboard hooks and limit it to Max only. I did something similar and it …

14 years ago
Forum
Reply
RE: Character GUI Maker

Or have the app go only backwards in time and not forwards (then loops back to end), so they have to animate backwards. Btw cheers to our fellow anim…

14 years ago
Forum
Reply
RE: Character GUI Maker

elT: I’m all for it under one condition. If the autokey/set key equivalent is on, the app will at a random point in time pop out a technical questio…

14 years ago
Forum
Reply
RE: Character GUI Maker

Sorry to derail the thread guys, but I am glad I am not alone. After all great minds think alike (: I guess only we could appreciate a well done syst…

14 years ago
Forum
Reply
RE: Character GUI Maker

I did something similar at work last year, nobody wanted to use it. I guess not everyone appreciates good character tools (: Light

14 years ago
Forum
Reply
RE: The beginning of OFFICIAL Python for max?

This is Marsel’s work. I told everyone at work, that his stuff was gold, and see what happened. The man is a true genius. This is gonna change everyth…

14 years ago
Forum
Reply
RE: Performant way to get all used Material IDs?

It just sets the indexed BitArray element to true. The difference is his uses a BitArray, yours creates an Array. BitArrays are more compact than Arra…

14 years ago
Forum
Page 2 / 26