Add QuadriFlow remesher
Description
Description
Details
Details
- Committed
Sebastian Parborg (zeddb) Sep 13 2019, 10:36 AM - Differential Revision
- D5594: Add quadriflow remesher
- Parents
- rB1c44d08a69eb: BLI: new C++ hash table data structures
- Branches
- Unknown
- Tags
Event Timeline
Comment Actions
For future commits, please add the "Differential Revision:" to link it to the code review, credit the people that contributed to the commit, and add some more details than a single line for a big feature like this.
https://wiki.blender.org/wiki/Style_Guide/Commit_Messages
Comment Actions
Hi, any special reason why the quadriflow settings are in a popup instead of being directly available in the panel, like the voxel options for example?
Seems like an unnecessary step imho, and if you are in the middle of tweaking the settings and you accidentally lose the popup, it resets everything to the defaults and you lose your settings.
Thanks.
Comment Actions
We did it like this because this remesher might be moved around to an other place in the UI. It could perhaps even be moved into a tool (no promises) to allow for more interactivity.
But the UI will surely go through more iterations.