mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Merge pull request #45 from aardschok/298
Implementation of active instance for Pyblish
This commit is contained in:
commit
cc72cf6119
1 changed files with 5 additions and 1 deletions
|
|
@ -81,9 +81,13 @@ class CollectInstances(pyblish.api.ContextPlugin):
|
|||
# are considered non-essential to this
|
||||
# particular publishing pipeline.
|
||||
value = None
|
||||
|
||||
data[attr] = value
|
||||
|
||||
# temporarily translation of `active` to `publish` till issue has
|
||||
# been resolved, https://github.com/pyblish/pyblish-base/issues/307
|
||||
if "active" in data:
|
||||
data["publish"] = data["active"]
|
||||
|
||||
# Collect members
|
||||
members = cmds.ls(members, long=True) or []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue