mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
reload the moddifier with OP Data in load model
This commit is contained in:
parent
e666ff641b
commit
5f54f90824
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class ModelAbcLoader(load.LoaderPlugin):
|
|||
rt.Select(node)
|
||||
for alembic in rt.Selection:
|
||||
abc = rt.GetNodeByName(alembic.name)
|
||||
import_OpenpypeData(abc, abc.Children)
|
||||
update_Openpype_Data(abc, abc.Children)
|
||||
rt.Select(abc.Children)
|
||||
for abc_con in rt.Selection:
|
||||
container = rt.GetNodeByName(abc_con.name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue