Maybe it is a difficult task. I had tried proBoolean,not perfect. As far as I know , a logical way is , retopology your new model based on the orginal…
Maybe you need a callback not a script controller
Well ,Why the numbers flash out? I think this because max has to rebuild/recreate the text number each time redraw callback function is being called. …
I am not sure what your situation is …I have tried your script 。The number on the screen flashed over and over. And My suggestion is:Maybe play around…
I am not sure if i really catch your idear. But I think maxscript can access all the properties of a material. So , if you really need a rollout in th…
I did a manipulator for a company sometime ago .I use max-sdk .And there is a display function called gw to draw mesh . I made that mesh transparent a…
I think you need max-sdk procedure Object.
gw.setTransform(Matrix3 1) [b][b]gw[/b][/b].[b][b]wTransPoint[/b][/b] $.transform.row4 I do not undertand gw very well . But this codes above works …
Skin : Modifier[left] [/left] [b][b] [/b][/b][left][b][b]skinOps.[/b][/b][b][b]GetVertexWeight[/b][/b] <Skin> <vertex_integer> <verte…
showproperties $Bone01 .width : worldUnits .height : worldUnits .taper : percent .length : float .sidefins (Side_Fins) : boolean .sidefins…
I am not sure if this can help ? DevTV: Introduction to the 3ds Max SDK an Exporter coded in c++, It can export Animation
Your problem really confused me a lot for a about a week … And finally I find out what’s wrong: struct maxFormStruct ( theForm, th…
mpINode->GetObjectRef()->GetLocalBoundBox(t,mpINode,ve,boundingBox); seems work ,but still did not know why?