mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Fix on_pyblish_instance_toggled arguments
This commit is contained in:
parent
51ef4ce4e5
commit
2f9eb8fa64
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue