I implemented a cancel function for mesh filter in master, sculpt_mesh_filter_cancel (it's not used yet since mesh filter's modal map currently lacks cancel). Note that you still have to call…
I implemented a cancel function for mesh filter in master, sculpt_mesh_filter_cancel (it's not used yet since mesh filter's modal map currently lacks cancel). Note that you still have to call…
Fixed in 5de9a5dea5dbda77bd7d54a3236c96de21266608
Don't forget about OPTYPE_DEPENDS_ON_CURSOR. It should fix mesh filter.
I cleaned up the mesh filter code a bit. I rebased your patch; unfortunately it seems you can't make pull requests of personal repo forks, but here's the branch: https://projects.blender.org/Josep…
I've not done a lot with modal tools. The last one was actually the original knife tool 10 years ago.
Generally very nice, integrating ASAN there is a great idea.
Can you explain why the behavior has to be different based on
WITH_DNA_GHASH
? I don't see why mempool should depend on that…