Fix on_pyblish_instance_toggled arguments

This commit is contained in:
Roy Nieterau 2022-02-22 21:32:07 +01:00
parent 51ef4ce4e5
commit 2f9eb8fa64

View file

@ -97,7 +97,7 @@ def uninstall():
)
def on_pyblish_instance_toggled(instance, new_value, old_value):
def on_pyblish_instance_toggled(instance, old_value, new_value):
"""Toggle saver tool passthrough states on instance toggles."""
comp = instance.context.data.get("currentComp")
if not comp: