Here is a part of my script. fn NS_TransferUvEdgesToPoly = ( local obj = selection[1] local unwMod = obj.modifiers[Unwrap_UVW] modPanel.set…
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…
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…
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…
denisT: you might have to specify a node local obj = $ obj.modifiers[Unwrap_UVW].getSelectedGeomEdgesByNode obj Like this? Still undefined. Wh…
Not for me max2016 $.modifiers[1].getSelectedGeomEdgesByNode $ undefined One man told me that this function returns some bitarray in his max2017…
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…
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…
Maybe somebody will need this answer. I disabled “hold” argument. SetVertexPosition2 currenttime j pos false false 3DS MAX 2017 time:61ms heap:1228L…