PolyHertz
@polyhertz
New Member
Joined: Feb 15, 2024
Topics: 62 / Replies: 70
Topic
Forum
Replies: 0
Views: 12
Reply
RE: Fast way to get selected face outer 'border' edges on Trimesh / Editable Mesh

Thanks for the help! I tried out the solution you posted as well as looked into the threads for getting reverse edges, and found a great function writ…

6 years ago
Forum
Reply
RE: Fast way to get selected face outer 'border' edges on Trimesh / Editable Mesh

Not the same thing. That just gets edges which have no reverse edges.

6 years ago
Forum
Reply
RE: Delete components with a simpleMeshMod

Just tested and that worked. The example in the documentation used direct assignment so I just did the same, but they were only moving points (which d…

6 years ago
Forum
Topic
Forum
Replies: 3
Views: 13
Topic
Forum
Replies: 1
Views: 14
Reply
RE: Fast way to move verts

Thanks PolyTools3D ! That solution seems to work for both Editable_Poly and Editable_Mesh. Would there perhaps be a similarly fast way to move verts o…

6 years ago
Forum
Topic
Forum
Replies: 2
Views: 11
Reply
RE: Get selection from instanced Unwrap_UVW modifier

Not quite the same thing. getSelectedVertices() returns the UV indexs, while getSelectedGeomVertsByNode returns the main vertice indexs.

6 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Topic
Forum
Replies: 3
Views: 17
Reply
RE: Fast way to get loop end edges/verts?

I use it at the start of edge loop crawling/sorting functions. Depending on the tool you’re making you may want to sort/crawl loops in different ways,…

6 years ago
Forum
Reply
RE: Fast way to get loop end edges/verts?

Yea, yours is better. I take my hat off to you and your mastery of maxscript good sir

6 years ago
Forum
Reply
RE: Fast way to get loop end edges/verts?

Ok, tried it. With 7508 edges selected; First method: 11555 ms , heap size of -3152L Second method: 191 ms, heap size of 1147880L Third method: 103 m…

6 years ago
Forum
Page 3 / 9