mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
don't use 'objectName' from loaded references which is not required
This commit is contained in:
parent
666d161d7f
commit
3108833838
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