wings 2.1.6 released - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=9) +--- Thread: wings 2.1.6 released (/showthread.php?tid=2629) |
RE: wings 2.1.6 released - dgud - 03-21-2018 Much have been rewritten, if it used the standard plugin api it should still work, if it used wings internal data, it may not work any longer without being rewritten. Most of the large re-writes where done a year ago (and by Björn) so it's hard to give any clues. RE: wings 2.1.6 released - Asticles - 03-22-2018 Hi, It is any roadmap for booleans and rounded bevel? Thanks RE: wings 2.1.6 released - dgud - 03-22-2018 I put an awful lot of hours into booleans last year, but I just couldn't make it good enough to include it in the release. Which is why I took a 9 month wings vacation. One day I might take a look at that code again...or include it in some beta-form.. RE: wings 2.1.6 released - Asticles - 03-23-2018 Wow. Is this the reason why mlab uses an external library? RE: wings 2.1.6 released - cyseal - 03-28-2018 Thank you RE: wings 2.1.6 released - sandman - 04-07-2018 Excellent work as always, thank you! I will be hopeful for future booleans. It's the one feature I find myself wishing for. Thankfully I can load up a manifoldlabs version to do it, but it breaks up the workflow and there have been a number of advances to the core branch not available there, so I tend to switch back and forth. RE: wings 2.1.6 released - mygrandmawheels - 04-10-2018 I subscribe sandman. I often design low-poly robot model, and boolean are very useful for that... furthermore, I print PLA mold to make the finished product in epoxy resin, so I need the subtraction like air. Just a question: why not using the same manifold lab approach? I mean, use the same external library to make the intersection? Or translate the library in Erlang? I'm a big big fan of wings 3d, it's lightspeed compared to blender. I'd like to contribute to the project, I have quite good skills like programmer, even if I'm involved only in businnes software (it's my work) but I sometimes play with 3d library (panda, irrlicht, urho3d, javafx 3d).. If wigs3d project leader has some idea to use my good will, I would be happy! RE: wings 2.1.6 released - dgud - 04-11-2018 mygrandmawheels the current boolean code is on a branch on my github account, so just start working. :-) Or on other things you think are currently broken/missing, more coders is always welcomed. RE: wings 2.1.6 released - mygrandmawheels - 04-11-2018 Ok! I hope I'm not so simpleton to approach a code bigger than me, but I'll try! First, I start to learn Erlang... (whoops!!) RE: wings 2.1.6 released - KrisBee - 04-23-2018 I've tested the new release a bit and I can report that the geometry window performance with high polygon counts is much improved over the previous release. Almost as good as 1.5.4, so kudos on that! However, 2.1.6 cannot handle scene light(s) with high polygon counts at all; It gets extremely laggy and choppy. |