Set TriMesh edge flags?


#1

Hil all long time lurker here! you guys rocks!
im developing a small scripted plugin which makes use of the simpleMeshMod so i have access at the current stack object as a TriMesh. I pretty much looked everywhere on the docs and it seems that Trimeshes (Edit_Mesh) does not support the Edges flags data (polyop.setEdgeFlags) of the Editable_Poly, so the question is simple there is a way to access or anyway set flags for certain edges in a Trimesh?


#2

i think i found a workaround instead of flags i can use the weight channel data (meshop.getVertWeight) to set a specific value and retrive it!