plastic
@plastic
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 154
Reply
RE: FFD Modifier and japanese max version.

Thanks, that will do. I didn’t know that the FFD control point properties can be isolated that way.

13 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: commandHWND WM_SETREDRAW issue

very good, thank you! Since we’re discussing that, what’s your opinion on disabling the command panel vs. the whole max window, using windows.getmaxh…

13 years ago
Forum
Reply
RE: commandHWND WM_SETREDRAW issue

No, I’m not. It’s likely that it wasn’t. Now I see it. “Command Panel”. Any ideas how to get around that? Speaking about localized versions of max, …

13 years ago
Forum
Topic
Forum
Replies: 4
Views: 14
Reply
RE: Can Maxscript use dotnet Threading?

yes, you can search for examples here. The problem is that max will crash if you change objects in the viewport(?) from a separate thread.

13 years ago
Forum
Reply
RE: Scripting Rollouts for tabs

I used to be obsessed about optimizing/shortening code, until I realized that in many cases there is no point. In situations where performance doesn’t…

13 years ago
Forum
Reply
RE: Scripting Rollouts for tabs

I edited the previous post with some example code from a dialog of mine, not sure if it is useful…

13 years ago
Forum
Reply
RE: Scripting Rollouts for tabs

About the issue of rollout items loosing their state after adding/removing them when building a dialog similar the the render dialog, with tabs. What…

13 years ago
Forum
Reply
RE: Why the mesh operation is much much faster than poly operations?

Don’t use getFaceMaterial. Use polyop.getFaceMatID. Why is one faster then the other? No idea, but that’s how it is with Maxscript.

13 years ago
Forum
Reply
RE: how do i analyze a surface?

I was thinking about sorting vertices too. But how? By distance to some point in world space? By UV mapping?

13 years ago
Forum
Reply
RE: Combining variable names

you mean object names, not variable names? cylinder.name=“cylinder” + (i as string)

13 years ago
Forum
Reply
RE: The coding and a code of ethic…

I’m not an expert on copyright, far from it, but here is what I think. Unauthorized use of code someone posted in a public forum is a copyright viola…

13 years ago
Forum
Reply
RE: MAXScript 2012 Reference sucks

I don’t like either. At least search seems to be more reliable than with the windows helpfile. But the html help is stupid slow. I guess google has to…

13 years ago
Forum
Reply
RE: UV location to mesh location

Hey Eugenio, I’m looking forward trying your code but I’m on vacation right now and cant test it with my laptop. Will give it a run in a few days. For…

13 years ago
Forum
Page 4 / 12