Wings 3D Development Forum
Wings-2.0.4 - 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.0.4 (/showthread.php?tid=1949)



Wings-2.0.4 - dgud - 05-10-2016

A small bugfix release, but fixes the memory issue when opening menues.
Big thanks to Marcin Maćkowiak for reporting and testing that..

--- 2.0.4 ----------------------------------------------------------------------

- Further updates of the German translation by Roy. [Björn Gustavsson]

- Improved connect cut command to work in more cases [dgud]

- Fix memory duplication when opening face/edge menu. [dgud]

- Fixed a crash caused by the format_hotkey routine when an error was
handled in wings_hotkey module. Thanks ggaliens. [micheus]

- Update French translation. [Enzo]


RE: Wings-2.0.4 - micheus - 05-10-2016

Thanks for the new release Dan.

If any any new bug be found, please report it here: Wings3D v2.0.? - bug reports
The fixes can also be found there - if available.


RE: Wings-2.0.4 - ggaliens - 05-10-2016

I'm looking to speed up the testing of the newest connect cuts. I've got this in my prefs file ...
{{bindkey,99},{vertex,connect_cuts},user}.
{{bindkey,104},{edge,{hardness,hard}},user}.

But for whatever reason little c does not map to connect_cuts. I think I needed to recompile the 2.0.3 version of code to put connect_cuts as first (LMB) rather than CTRL+RMB. But to me ... that does not make a whole lot of sense since the keypress should just find the proper command tuple once it is in the prefs file. Why would it care a all about mouse buttons after it has been assigned ?

My asserstion is that once the bindkey has happened in the prefs file ... the menu system should be a moot point. Hotkey should bypass menus altogether.

So far connect cuts additional refinements seem OK ... but it takes a very large sample space to test this new command. I'll do more testing. Thanks for continuing work on this to make it better.


RE: Wings-2.0.4 - ggaliens - 05-11-2016

Dan ... I have done 1 round of more extensive Triangle scribing onto my stanford bunny to test connect cut. It does at this time ... appears as behaving better. Still need more trials. Got my hot key created so I can do it quickly.

Thanks again for your continued efforts here with connect cut.

BTW ... I think once it is 100% vetted as very robust and stable ... it might make some sense to at least consider using it for a wings_plane_cut refactor ... especially if it will make the slicing behave better on balance. I could have another looks at that.

I think wpc_plane_cut predates a lot of additions we have made to e3d_vec and other places that would provide lot of refactor potential.


RE: Wings-2.0.4 - dgud - 05-22-2016

The 32 bits download have been updated, changed compiler so that the release hopefully start now.