-
Notifications
You must be signed in to change notification settings - Fork 46
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
Toggling family groups does not respect mandatory Instances #309
Labels
Comments
Thanks for reporting this @darkvertex |
I have got this solved on my end, will make a PR after the version 1.9.0 is out ! |
davidlatwe
added a commit
to davidlatwe/pyblish-qml
that referenced
this issue
Dec 28, 2018
davidlatwe
added a commit
to davidlatwe/pyblish-qml
that referenced
this issue
Jan 9, 2019
davidlatwe
added a commit
to davidlatwe/pyblish-qml
that referenced
this issue
Jan 9, 2019
davidlatwe
added a commit
to davidlatwe/pyblish-qml
that referenced
this issue
Jan 9, 2019
Merged
Thanks for fixing this, @davidlatwe! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I discovered that the feature introduced by #281 does not respect whether any of the instances in that group have
.data['optional']
set toFalse
, ie "mandatory" or "non-optional" instances, which I had introduced support for as of version 1.7.4.Toggling should not fail, but it should skip the non-optional Instances from being toggled.
The text was updated successfully, but these errors were encountered: