-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solver UI - Object Relationships Feature Cannot be Disabled #222
Labels
Milestone
Comments
david-cattermole
added
bug
maya tool
A user tool inside Maya.
user interface
Related to a User Interface (Maya or Qt)
labels
Jun 26, 2021
david-cattermole
added a commit
that referenced
this issue
Jul 4, 2021
By default solving with object relationships is disabled, but can be enabled. Issue #222
david-cattermole
added a commit
that referenced
this issue
Jul 4, 2021
The user can turn on/off the feature to automatically remove objects that are not detected to be inside the solver. Issue #222
david-cattermole
added a commit
that referenced
this issue
Jul 4, 2021
The "remove unused" flags were previously incorrectly used, and could ignore markers/attributes accidentally even when the user did not expect/want that behaviour. Issue #222.
david-cattermole
added a commit
that referenced
this issue
Jul 4, 2021
david-cattermole
added a commit
that referenced
this issue
Jul 4, 2021
This feature will allow fully control the "remove unused objects" feature, which is enabled when users want to calculate the "Evaluate Object Relationships". For most tasks, this is not needed to be enabled. Issue #222
david-cattermole
added a commit
that referenced
this issue
Jul 4, 2021
david-cattermole
added a commit
that referenced
this issue
Jul 4, 2021
The user must enable the user preference "Solver UI - Allow Object Relationships" in order to enable the "Eval Object Relationships" feature in the Solver UI. The solver updates the model each time the user "activates" the window. Issue #222
david-cattermole
added a commit
that referenced
this issue
Jul 4, 2021
david-cattermole
added a commit
that referenced
this issue
Jul 4, 2021
This can be used to clean up while closing Maya, or opening a new Maya scene file. Issue #222
david-cattermole
added a commit
that referenced
this issue
Jul 4, 2021
This stops crashes from happening caused when opening a new Maya scene while the window(s) (internally) still hold a pointer to some deallocated memory (from the previously open Maya scene). Closing all windows clears the memory and fixes the problem. Issue #222.
This issue has not been addressed, and merged into the This issue ended up needing multiple sub-issue fixes (not documented in GitHub), including:
This fix will be included in v0.3.14. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Problem
In the Solver UI, when a Collection's "Object Relationships" checkbox is enabled, and the solver is run, then the checkbox is disabled and the solver is run, the effects of the "Object Relationships" checkbox being enabled is still observed.
Expected behavior:
When the "Object Relationships" checkbox is disabled the Object Relationships should have no affect.
Actual behavior:
After being enabled once, the "Object Relationships" feature persists and causes issues with the solver.
Steps to Reproduce
In the Solver UI, when a Collection's "Object Relationships" checkbox is enabled, and the solver is run, then the checkbox is disabled and the solver is run, the effects of the "Object Relationships" checkbox being enabled is still observed.
Software Versions
The text was updated successfully, but these errors were encountered: