You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maya MEL "dgdirty" commands in the internal solver iteration function.
The current uses the command "dgdirty -allPlugs -implicit;" twice at each evaluation.
"dgdirty" was added to the evaluation function in an attempt to enforce correctness.
We should investigate the use of this command, and see if disabling (or changing the flags) can help improve performance, while maintaining accuracy.
Notes
We must be careful to test in both the GUI and Maya Batch (mayapy) sessions.
The text was updated successfully, but these errors were encountered:
This has been tested and found DG Dirty commands (as slightly changed in this issue) does not cause a large performance difference (the difference does not seem measurable),
Forcing DG Dirty as part of the Solver UI is now on by default.
A Solver test has also been optimised to solve quickly and accurately.
Description
Maya MEL "dgdirty" commands in the internal solver iteration function.
The current uses the command "dgdirty -allPlugs -implicit;" twice at each evaluation.
"dgdirty" was added to the evaluation function in an attempt to enforce correctness.
We should investigate the use of this command, and see if disabling (or changing the flags) can help improve performance, while maintaining accuracy.
Notes
The text was updated successfully, but these errors were encountered: