JHaywood
@jhaywood
New Member
Joined: Feb 14, 2024
Topics: 24 / Replies: 227
Topic
Forum
Replies: 4
Views: 34
Reply
RE: Colored Buttons

How do I convert a maxScript color value ( [255,255,255] ) to System.Drawing.Color?

18 years ago
Forum
Topic
18 years ago
Forum
Replies: 5
Views: 88
Reply
RE: Extracting a script from an object

If the “script” is part of a custom attribute, then you can extract it. If it’s just a macroscript or script file being loaded from the harddrive whe…

18 years ago
Forum
Reply
RE: Control some option in viewport config through Script

Not every option is available in MaxScript. If you’ve looked for it and couldn’t find it, then you probably can’t set it through script. I’ve run in…

18 years ago
Forum
Reply
RE: test if path is valid?

And here’s a function that will check for a valid folder: fn doesFolderExist f create:false = ( local val val = if (doesFileExist f) and (getfil…

18 years ago
Forum
Reply
RE: PEN Control objects beta.

Very nice. I just gave it a really quick try and didn’t find any problems. I now have a cute little Master Chief helper. A couple minor things th…

18 years ago
Forum
Reply
RE: print layer name as its hidden / unhidden

I don’t think there is an existing callback to do this. But you could theoretically set up a viewport callback or timer and check the .isHidden prope…

18 years ago
Forum
Reply
RE: Scrubbing the trackbar without clicking+dragging on it

Wow, I didn’t even know that was there after all these years of Max use.

18 years ago
Forum
Reply
RE: Scrubbing the trackbar without clicking+dragging on it

I haven’t put a lot of thought into this, but it seems to work. I’m using the MouseTrack() function to drive the time slider based on the horizontal …

18 years ago
Forum
Reply
RE: What development folder do you use?

I’ve found that one trick with trying to create a menu is that you have to delete it before you create it. For whatever reason, menus don’t update bu…

18 years ago
Forum
Reply
RE: Grow a structure from metal plates

I would experiment with using Particle Flow to do this. And the easiest thing to do would be to start with the particles (each particle would be a pl…

18 years ago
Forum
Reply
RE: cant get my head around pickPoint

I can’t tell you offhand why it’s not working as expected. But the idea of picking the end points manually seems unnecessary. You should be able to p…

18 years ago
Forum
Reply
RE: Problem with getting material data

The hacky way to do this without using the closeEnough function would be to do the comparison in a different space, as strings for example… for i in…

18 years ago
Forum
Reply
RE: Problem with getting material data

Maybe none of your boxes have that color in the diffuse. Just for debuging purposes, add a line to report what the code is doing outside of the if/do…

18 years ago
Forum
Page 10 / 17