mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Hound fixes
This commit is contained in:
parent
8732a684fa
commit
4faeea5b30
1 changed files with 2 additions and 1 deletions
|
|
@ -218,7 +218,8 @@ class BlendLoader(plugin.AssetLoader):
|
|||
|
||||
for parent_container in parent_containers:
|
||||
parent_members = parent_container[AVALON_PROPERTY]["members"]
|
||||
parent_container[AVALON_PROPERTY]["members"] = parent_members + members
|
||||
parent_container[AVALON_PROPERTY]["members"] = (
|
||||
parent_members + members)
|
||||
|
||||
def exec_remove(self, container: Dict) -> bool:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue