mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Make it so that you can select instance with select action if its empty
This commit is contained in:
parent
cb23a1d2c1
commit
e546a4e5b5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class ValidateModelContent(pyblish.api.InstancePlugin):
|
|||
content_instance = instance.data.get("setMembers", None)
|
||||
if not content_instance:
|
||||
cls.log.error("Instance has no nodes!")
|
||||
return True
|
||||
return [instance.data["name"]]
|
||||
|
||||
# All children will be included in the extracted export so we also
|
||||
# validate *all* descendents of the set members and we skip any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue