Adding to Cart…
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2026 Daz Productions Inc. All Rights Reserved.You currently have no notifications.
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2026 Daz Productions Inc. All Rights Reserved.
Comments
This script works good for making links. Thanks for that. It's cool how it adds each new link to the add-on, but is there a way to delete a link in the add-on? I created a bunch of links in one and accidentally created a link I don't want. It would be a pain if I have to delete the add-on and start over.
There probably are ways, but no simple ready-to-use way that I know of:
It should be possible using DAZ Script - DzFacetMesh has a removePolyline(int) function, which could be used in a modified copy of the script that creates the polylines.
Alternatively, you could Export the mesh to a .obj file, edit the line out of that using a text editor, and re-Import it.
Or maybe someone knows how to do it using theGeometry Editor?...
Excellent tutorial on the subject here :
Thanks for that find.
Hi Mada, I bought that to try and work out how you'd done it! Thanks for this explanation.