mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove redundant conversion (we didn't use defaultdict anymore)
This commit is contained in:
parent
396ce2d3aa
commit
f76897187f
1 changed files with 2 additions and 2 deletions
|
|
@ -135,8 +135,8 @@ class HoudiniCreatorBase(object):
|
|||
family = family_parm.eval()
|
||||
cache_legacy.setdefault(family, []).append(node)
|
||||
|
||||
shared_data["houdini_cached_subsets"] = dict(cache)
|
||||
shared_data["houdini_cached_legacy_subsets"] = dict(cache_legacy)
|
||||
shared_data["houdini_cached_subsets"] = cache
|
||||
shared_data["houdini_cached_legacy_subsets"] = cache_legacy
|
||||
|
||||
return shared_data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue