Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: C# and Maxscript — Communication

Are you sure that the methods of your class are public?

6 years ago
Forum
Reply
RE: Question about max viewport custom ui tools

you can use transparent form to place any controls try (::maxform.close();::maxform.dispose()) catch() maxform = dotNetObject “System.Windows.Forms.F…

6 years ago
Forum
Reply
RE: intersectRay speed – 10x times slower in new Max?

Ok, any acceleration structure takes time to build. But shouldn’t we see a huge performance improvement right after the first iteration?

6 years ago
Forum
Reply
RE: [SDK] Is there any way to extract mesh drawn by RedrawViewsCallback?

Klvnk: as it can’t be converted to mesh Will it become convertible if someone curious enough just patch a couple of plugin dll bytes to something…

6 years ago
Forum
Reply
RE: Script throws error first time starting – Materials and MaterialLibrary

try this one instead ( fn addComposite mtl aomap = ( case classof mtl.diffuseMap of ( CompositeTexturemap: () — do nothing since it is alr…

6 years ago
Forum
Reply
RE: Centerpivot or $.pos doesn’t work when running from batch

$ represents current selection. I’m 99% sure that when you load your scene $ is undefined and you have nothing selected and thus nothing is centered a…

6 years ago
Forum
Reply
RE: The Challenge >>> Find a common parent for list of nodes

I couldn’t make my version return correct mindist value Denis, what do you think of this optimization? And probably we can also check if there’re at …

6 years ago
Forum
Reply
6 years ago
Forum
Reply
RE: The Challenge >>> Find a common parent for list of nodes

Some test scene would be just great to have. I have another one, which can return common parent and the distance, but I don’t like the solution at all…

6 years ago
Forum
Reply
RE: Unload macroscript from memory

this one will make your macro unavailable in current max session, but the .mcr file will remain on disk (it will be available again on max restart) g…

6 years ago
Forum
Reply
RE: Maxscript for displaying material background preview in slate material editor

getMTLMEditFlags ( <material> | <texture> ) setMTLMEditFlags ( <material> | <texture> ) <bitarray> Get and set the MEdi…

6 years ago
Forum
Reply
RE: How to get self node in a scripted object?

It first appeared in What was New in MAXScript in 3ds Max 2008 ps. All of your threads should probably mention right in the first post that you ne…

6 years ago
Forum
Reply
RE: please help me

try (destroydialog X ) catch () rollout X “” height:250 ( label txt “checked: 0” dotnetcontrol lv “System.Windows.Forms.ListView” on x open do…

6 years ago
Forum
Reply
RE: Is it possible to run max script in javascript code?

If you plan to use browser you’ll need it anyway. You can also have a standalone app running server and whenever it receives a request it passes it fu…

6 years ago
Forum
Reply
RE: Is it possible to run max script in javascript code?

easyfrog: the approach is load scripts as string. and execute it in max No need to load anything. You just send an ajax request from webbrowser t…

6 years ago
Forum
Page 49 / 84