Home

Add QuadriFlow remesher

Authored by Sebastian Parborg (zeddb) on Aug 26 2019, 6:34 PM.
Tags
None
Tokens
"Mountain of Wealth" token, awarded by satishgoda."100" token, awarded by SomeAB."Love" token, awarded by Way."Like" token, awarded by lucky3."Like" token, awarded by lopoIsaac."Like" token, awarded by VertexPainter."Like" token, awarded by erickblender."Like" token, awarded by xrg."Like" token, awarded by Loner."Like" token, awarded by YAFU."Like" token, awarded by MetinSeven.

Description

Add QuadriFlow remesher

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
Unknown

Event Timeline

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

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

Right, I have used that many times before. Don't know why I forgot that this time.

Way awarded a token.Sep 13 2019, 8:18 PM

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.

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.

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.