PiXeL_MoNKeY
@pixel_monkey
New Member
Joined: Feb 14, 2024
Topics: 16 / Replies: 962
Reply
RE: Issue with ATSOps.RetargetAssets

Did you try calling: ATSOps.Refresh() That should force a refresh of the info. -Eric

8 years ago
Forum
Reply
RE: Undocumented MAXScript Features

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…

8 years ago
Forum
Reply
RE: Scripted Plugin Quadrify

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…

8 years ago
Forum
Reply
RE: Scripted Plugin Quadrify

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…

8 years ago
Forum
Reply
RE: Scripted Plugin Quadrify

You would have to create a modified Edit_Poly modifier and run the code on that. -Eric

8 years ago
Forum
Reply
RE: creating and moving verts

Rough look at the code you are changing the number of verts in your loop. Set it before the loop = arr.count. -Eric

8 years ago
Forum
Reply
RE: Array: append only unique items

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…

8 years ago
Forum
Reply
RE: Open MCG in graph?

By default when you install a package (manually or by script) it goes to the defined system location for the Tools/Compounds. -Eric

8 years ago
Forum
Reply
RE: Open MCG in graph?

Bottom of the page here. It uses dotnet to load and execute the command. -Eric EDIT: showmethods bridge .[static]<System.Boolean>InstallMcg…

8 years ago
Forum
Reply
RE: how can i create a series of polygons from csv file data

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 …

8 years ago
Forum
Topic
Reply
RE: Get Open Edges Count from Body Object

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…

8 years ago
Forum
Reply
RE: Get Open Edges Count from Body Object

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…

8 years ago
Forum
Reply
RE: (3D max) Open AttributeHolder script code

That information is stored as a custom attribute on the modifier. Check the maxscript help here. -Eric

8 years ago
Forum
Reply
RE: sweep.ini extending

I guess he never added them to the BuiltInSections. Thanks for the clarification vusta. -Eric

9 years ago
Forum
Page 3 / 66