mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Fix maya extractor for instance_name
This commit is contained in:
parent
ef1081be42
commit
c238a9cbc1
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class ExtractLayout(openpype.api.Extractor):
|
|||
|
||||
json_element = {
|
||||
"family": family,
|
||||
"instance_name": cmds.getAttr(f"{container}.name"),
|
||||
"instance_name": cmds.getAttr(f"{container}.namespace"),
|
||||
"representation": str(representation_id),
|
||||
"version": str(version_id)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue