mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #2715 from pypeclub/bugfix/loaded_versions_key_fix
General: Don't use 'objectName' from loaded references
This commit is contained in:
commit
3bc8ae4e3b
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ class CollectSceneLoadedVersions(pyblish.api.ContextPlugin):
|
|||
# NOTE:
|
||||
# may have more then one representation that are same version
|
||||
version = {
|
||||
"objectName": con["objectName"], # container node name
|
||||
"subsetName": con["name"],
|
||||
"representation": io.ObjectId(con["representation"]),
|
||||
"version": version_by_repr[con["representation"]], # _id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue