Page MenuHome

Fix T71871: Quadriflow remesh operator don't stack operations
ClosedPublic

Authored by Sebastian Parborg (zeddb) on Mar 3 2020, 11:32 AM.

Details

Summary

Made an explicit call to the exec function be a blocking call and a call from invoke (or otherwise) be nonblocking.

Also removed the ability to use "use mesh curvature" as the feature could end up in an unrecoverable state and crash.

Diff Detail

Repository
rB Blender

Event Timeline

From quick look looks fine, those two different things (removing an option/feature, and making op non-modal in exec case, should be committed separately though).

This revision is now accepted and ready to land.Mar 3 2020, 11:37 AM