ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: Mouse Coords to World Space Coords?

Look into the ‘gw’ methods. These will transform a pixel coordinate in the view (get the mouse position in the view (mouse.pos), rather than on the sc…

17 years ago
Forum
Reply
RE: strange error using some sweep parameters

theMod[4] does not exist until the sweep modifier has been initialized on the object you apply it to. When you run the code without the parentheses, …

17 years ago
Forum
Reply
RE: Global clutter

Well, unless your global variables contain heavy data (large bitmaps, huge arrays, etc.) I wouldn’t worry too much about that. Getting lazy about the…

17 years ago
Forum
Reply
RE: Global clutter

essentially, yes. If you have a global variable “temp” that you use… … and another script comes along and uses the global variable “temp” … …and yo…

17 years ago
Forum
Reply
RE: Script Controller Undo Context

keep in mind that if you have any (non-light) garbage collection event, that’ll clear the undo stack as well. See the topic “Manual Garbage Collectio…

17 years ago
Forum
Reply
RE: Flushing memory between renders

My name is only occasionally martijn, but… freeSceneBitmaps() does not free up any bitmap memory allocated by maxscript. so even if you have a ‘myBmp…

17 years ago
Forum
Reply
RE: Batch delete the first modifier

I think because he “[wants] to keep the primitive alive instead of becoming mesh or poly”? As for deleting the ‘first modifier’ – make sure whether …

17 years ago
Forum
Reply
RE: Remove "lost" plugins

Might be on the base object… or somewhere else on the material somewhere (the parent node in the trackview tree)… without a direct look from somebody …

17 years ago
Forum
Reply
RE: Remove "lost" plugins

gotcha… although a CA block shouldn’t make max complain about missing plugins, itself, it may be referencing a plugin somewhere inside it. mat = [b…

17 years ago
Forum
Reply
RE: Remove "lost" plugins

RustyKnight: I’ve been able to identify that a plugin has attached “something” to our vray materials and is causing use the missing plugin problems……

17 years ago
Forum
Reply
RE: Remove "lost" plugins

try something like this… str = stringStream “” apropos “missing” to:str str = str as string classApropos = (filterString str “:”) classNames = f…

17 years ago
Forum
Reply
RE: System Exception? Why?

if all you -are- doing is search&replace, though… yes, a command-line utility is probably much faster. Could try with some .net as well, but give…

17 years ago
Forum
Reply
RE: System Exception? Why?

Possibly, but I don’t think that’s it… OZRay: This script give me a System exception error if I open the file as is. . Presumably, maxscrip…

17 years ago
Forum
Reply
RE: Problems with Scripted simpleobject plugin + mapbutton + animated maptexture

Back late to the party, but yep… that’s what I’ve got in one of our scripts as well; parameters … ( _autorefresh_donotmodify type:#float ) on a…

17 years ago
Forum
Reply
RE: Problems with Scripted simpleobject plugin + mapbutton + animated maptexture

That’s a MaxScript limitation through to 3ds Max 2009 at least. Can only drag&drop to/from map/material buttons inside scripted materials/maps. …

17 years ago
Forum
Page 68 / 94