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.
Differential D7006
Fix T71871: Quadriflow remesh operator don't stack operations Authored by Sebastian Parborg (zeddb) on Mar 3 2020, 11:32 AM. Tags None Subscribers None
Details 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
Event TimelineComment Actions 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). |