Scripting with Scheme and Python - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6) +--- Thread: Scripting with Scheme and Python (/showthread.php?tid=3096) |
RE: Scripting with Scheme and Python - ivla - 10-17-2023 Next (but not last) version of script, with profile selection and acceptable thread endings. thread20231017.zip (Size: 2.62 KB / Downloads: 2) Some difficulties (example with profile #6): If two points in profile have the same vertical coordinate then it "glues" or "doubles" in ending profile. Subsequent "Cleanup" helps, but it's not nice. Thinking... RE: Scripting with Scheme and Python - micheus - 11-09-2023 ivla, thanks for sharing your scripting. I would like to suggest you to store these files somewhere else. The space reserved for users here at the forum is very limited unfortunately. Another advantage I see in use that is that we can just update the original file when we fix/improve something and it will be OK for all the links to it that were already spread on the forum. RE: Scripting with Scheme and Python - ivla - 11-13-2023 OK. got it. RE: Scripting with Scheme and Python - ivla - 11-29-2023 Next version of script somewhere here. v0.5 2023-11-29 Opening and closing ends now looks like this: Also added DIN13 profile (#7) for internal thread, look here for how-to. RE: Scripting with Scheme and Python - edb - 05-13-2024 I should have a new updated build for the scripting plugin soon. RE: Scripting with Scheme and Python - ivla - 11-06-2024 Script for circular sectors generation Initial version. Makes slice of the cylinder: |