slangs for mxs: you can use: $.material = (StandardMaterial name:“BaseMaterial” diffuse:(color 128 128 128) specularLevel:(80) glossiness:(40)) $.wi…
Hey, you can make dlls in c# or vb (mainly .NET) and call them in 3ds max starting from 2010. You can include all major maths functions as .net is muc…
Do you want to render them out as an image? or just see in the viewport?
Somethign like this: SourceL:
You have to add: animatable:true please refer to the maxscript help topic: scripted plugin classes. <name> type:<#name> [tabSize:<int…
Hey, I have been through some webcasts and trainings but I feel that once a project is done only then you get the confidence. So I am planning to make…
Hey Michael, I am also trying to get my hands on the sdk. The documentation is nt that helpful. what say if we can work together and help eachother o…
I tried to do the same, but how to monitor the transform change?. Here’s the code: plugin modifier accessBaseObject name:”Access Details” classID:#…
I dont do much of maxscript now, but what I used to do earlier is search for the window using the title or window name. Its a part of windows programm…
is using a struct valid here? you collect the names and store the currentName and changed name into a struct. Then iterate through the struct, get nod…
maybe you can use this: viewport.getType() if (viewport.getType()) == #view_camera) then ( do whatever ) else (return false)
GOT IT… Thank You so much :applause: Just to let all know: I made a function : fn disableAcc = (enableAccelerators = false) then I disabled t…
I dont see a gotfocus event handler in c#… and the whole form is made in c#. I have a form named frmPriceMap… when I put the dotnet form to a max var…