mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
more families in automatic scene upgrade
This commit is contained in:
parent
f9582d2b3d
commit
2e7d4a9467
1 changed files with 3 additions and 1 deletions
|
|
@ -2330,7 +2330,9 @@ def fix_incompatible_containers():
|
|||
if loader in ["MayaAsciiLoader",
|
||||
"AbcLoader",
|
||||
"ModelLoader",
|
||||
"CameraLoader"]:
|
||||
"CameraLoader",
|
||||
"RigLoader",
|
||||
"FBXLoader"]:
|
||||
cmds.setAttr(container["objectName"] + ".loader",
|
||||
"ReferenceLoader", type="string")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue