mustan9
@mustan9
New Member
Joined: Feb 15, 2024
Topics: 18 / Replies: 151
Reply
RE: Visual C++ Express and SDK

No. You can not compile 64-bit with C++ Express, but it does support warnings if code is not 64-bit compliant. That’s all it does for 64-bit. Yes. I …

18 years ago
Forum
Reply
RE: Visual C++ Express and SDK

I think the SDK is using some .NET extensions or something that you have to implement, and that would be easier done with VC then a third-party. I’ve …

18 years ago
Forum
Topic
Forum
Replies: 27
Views: 15
Reply
RE: self reference script controller

The reason you can’t get the object the script controller is assigned to is because there could be instances of the script controller on many objects….

18 years ago
Forum
Reply
RE: Help me: MaxScript and EditPoly

You could do the following (it’s a hack). Using object A make a snapshot to object B as a Editable_Poly. Move the vertexs on object B as you want. A…

18 years ago
Forum
Reply
RE: unregister filter functions?

Try removing it via the execute() command.

18 years ago
Forum
Reply
RE: Surface Cracking in maxscript?

BlastCode is written in C++, and something of the same design in MaxScript would be very slow. Still, that would be very cool.

18 years ago
Forum
Reply
RE: How to find all noise controllers.

wohoo! Thanks kees! That was actually what I was looking for.

18 years ago
Forum
Topic
Forum
Replies: 10
Views: 44
Topic
Forum
Replies: 2
Views: 5
Reply
RE: Deleting PC2 file in mxs locks file?

We’ve had problems with the PC modifier not releasing file locks on files as well. When the modifier is deleted. A instance remains in memory for the…

18 years ago
Forum
Reply
RE: Remove longest edge from triangle.

I wrote something that did the same thing, but wow! My version was way longer then yours. Some nicely compact coding there! Thanks. :bounce:

18 years ago
Forum
Topic
Forum
Replies: 4
Views: 15
Reply
RE: create a script controller variable via mxs?

I find the documentation for the “expression” controller works with the MaxScript controllers, but they don’t document that the two are the same.

18 years ago
Forum
Reply
RE: renaming objects

$myobject*.name = “new_name” or select $myobject* $.name = “new_name”

18 years ago
Forum
Page 8 / 12