You can try subobjectlevel = 3(border) and then use the Cap to create new face. ( selObjsArr = selection as array max modify mode for o in selObj…
Add textboxcontrol, set it as read only. When you click it show the colorpicker dialog, when the color is changed change the .background color of the …
I cao offer you this: put a label in the cell when you click the label the colorpIcker – show the color picker dialog change the color in colorPicke…
Check here.
This works even if the object is not selected: ( a = $Teapot01 faceToBridge = #(82, 118) polyOp.setFaceSelection a faceToBridge a.bridgeSegments…
Under “CreateDialog” in the help file. [i]on[/i] <Rollout> [i]resized[/i] <Point2> [i]do[/i] but you have to add a code that will r…
Because I gave you wrong email address. Sorry. Send the file to miau_u@yahoo.com.
Can you send me the same object at miauu_u@yahoo.com. I am curious why the object is skewed. The main code that I use in my script is written by denis…
On which drive is this: “\\TERASTATION\Share\progetti\MYD3SIGN\renderpreset s\\*.rps” How the script to knows whre to search for the folder? Use …
You can find examples of how to determin if 3dsmax is running. find the proper thread(it was a thread of how to kill 3dsmax.exe in taskmanager). There…
It takes time to learn how to use the maxscript help file. I had the same problems long time ago. open Maxscript help file search for PIVOT go to A…
Everything is written in the maxscript help file: ( curState = getCoordCenter() if curState == #local do toolMode.selectionCenter() if curState …
Execute your code in Maxscript Editor and it will works. ( $.EditablePoly.ConvertSelection #Edge #Face subobjectLevel = 4 ) In the Maxscrip…
Can you show an image what is the initial edge selection and the result from the maxscript code and manualy converting the selection to polygons?
For objets TTI works as you described. For sub-object level always shows the position value in world coordinate system. I want for sub-object level to…