-
Notifications
You must be signed in to change notification settings - Fork 45
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
Inactive optional plugin won't run #218
Comments
Thanks for the detailed report @derrickb. This looks to be some problem with the defaulting of the visual toggle in the GUI. Having a look at this as soon as possible. |
Which version are you on? >>> import pyblish_qml
>>> print(pyblish_qml.__version__)
0.7.1 |
0.7.1 |
This has now been fixed in 0.8.1 For completeness and future self, the issue was that the Pyblish Iterator is using the For now, it's an ok solution, but it does defeat the initial purpose of a common iterator. Namely that if behaviour changes I'll now need to update both base and qml separately. |
This should also re-enable the use of |
This could be related to a similar issue I filed on pyblish-lite: pyblish/pyblish-lite#90
I have an optional Validator, the first in the list, that I want to be off by default as it could take a long time to complete for larger scenes.
I have these properties on the plugin:
If I attempt to run it either by itself or with the other plugins disabled, it doesn't get applied:
However if I change "active" to "True", then it does work:
The text was updated successfully, but these errors were encountered: