Did you try calling: ATSOps.Refresh() That should force a refresh of the info. -Eric
Here is another one to eluded me for years. Xref Scene overlay is available, but undocumented and I couldn’t find it listed in any method or interface…
That node has the same issue as the existing Quadrify and it is based on creation order and not user directable. On top of that the shared edge betwee…
I have ideas for an MCG to do it, but haven’t had time to implement some of the core functionality I want in it. The biggest issue i have come up with…
You would have to create a modified Edit_Poly modifier and run the code on that. -Eric
Rough look at the code you are changing the number of verts in your loop. Set it before the loop = arr.count. -Eric
Okay I am a little lost on this. AppendIfUnique is the entry right above MakeUniqueArray in the help file. So curious how you found one and missed the…
By default when you install a package (manually or by script) it goes to the defined system location for the Tools/Compounds. -Eric
Bottom of the page here. It uses dotnet to load and execute the command. -Eric EDIT: showmethods bridge .[static]<System.Boolean>InstallMcg…
Have you looked at this Maxscript tutorial from the help? It should provide information on reading/writing geometry data to a text file. NOTE: your …
Looks like I missed some of your notes from the top. The only last idea I can think of is avoid command panel and use the create panel. Loop through t…
You can hack it with this modified version of your code. I am sure Denis knows a better method, but it should work. setCommandPanelTaskMode #modify c…
That information is stored as a custom attribute on the modifier. Check the maxscript help here. -Eric
I guess he never added them to the BuiltInSections. Thanks for the clarification vusta. -Eric