NiK684
@nik684
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 19
Reply
RE: Convert unwrap edges to mesh

Here is a part of my script. fn NS_TransferUvEdgesToPoly = ( local obj = selection[1] local unwMod = obj.modifiers[Unwrap_UVW] modPanel.set…

7 years ago
Forum
Reply
RE: Convert unwrap edges to mesh

Convert to verts works if subobjectlevel != 1, but getSelectedGeomVerts doesn’t. It seems in my loop it doesn’t update verts selection. And I measured…

7 years ago
Forum
Reply
RE: Convert unwrap edges to mesh

BTW I’m sorry for misunderstanding, I work with Poly, not a Mesh. And yes, unwrap.GetSelectedGeomEdges doesn’t work on Mesh too. denisT, thanks for y…

7 years ago
Forum
Reply
RE: Convert unwrap edges to mesh

I saw unwrap sources in sdk examples and found related function, but I’m not familiar with SDK and C++. It’s beyond my skills. Function exist, but all…

7 years ago
Forum
Reply
RE: Convert unwrap edges to mesh

denisT: you might have to specify a node local obj = $ obj.modifiers[Unwrap_UVW].getSelectedGeomEdgesByNode obj Like this? Still undefined. Wh…

7 years ago
Forum
Reply
RE: Convert unwrap edges to mesh

Not for me max2016 $.modifiers[1].getSelectedGeomEdgesByNode $ undefined One man told me that this function returns some bitarray in his max2017…

7 years ago
Forum
Reply
RE: Convert unwrap edges to mesh

Well, I see 374 sec, not 1-2. My code do this in 30sec. Not very impressive too. I suppose only PolyTools3D knows the secret, because PolyUnwrapper do…

7 years ago
Forum
Reply
RE: Convert unwrap edges to mesh

Yes, that was me. Hi, Kostadin Well, for example plane 100×100 segments and Unwrap selection like this. My max version is 2016. I’m asking about…

7 years ago
Forum
Topic
Forum
Replies: 18
Views: 60
Reply
RE: MAX 2017 Unwrap UVW – SetVertexPosition2() Bug

Maybe somebody will need this answer. I disabled “hold” argument. SetVertexPosition2 currenttime j pos false false 3DS MAX 2017 time:61ms heap:1228L…

8 years ago
Forum
Page 2 / 2