Reload all reference maya files automatically?

Reload all reference maya files automatically?

jiajun.coding
Advocate Advocate
1,027 Views
2 Replies
Message 1 of 3

Reload all reference maya files automatically?

jiajun.coding
Advocate
Advocate

If the maya file A contains another maya file B, A need to reload reference in UI for B if some meshes changed their shape. And I have a program which can read maya file but not sure if it should reload reference to update shapes.

Can I automate this step in program?

0 Likes
Accepted solutions (1)
1,028 Views
2 Replies
Replies (2)
Message 2 of 3

mcw0
Advisor
Advisor
0 Likes
Message 3 of 3

jiajun.coding
Advocate
Advocate
Accepted solution

Finally, I find that when I open a file in Maya, it should load its reference files automatically if you don't specify the cmds.file option "loadNoReference=True".

So I write a script to leverage maya.standalone and multiple process in python to open all maya files and save in short time.

0 Likes