|
Hi guys,
I’m new in Maya and I’m trying to find a tool similar to “3D Max Asset Tracking” or “Softimage External Files Manager” which allows you to find easily and quickly all the dependences of your scene.
It’s very useful to see all the paths of your textures, referenced objects and this kind of things.
Please, let me know if you know something similar on Maya.
Thank in advance.
Xuan.
|
|
|
|
file -query -list;
or
from maya import cmds as cmds
cmds.file(query=True, list=True)
|
|
|
|
I was thinking on a graphic solution, but for the moment this is perfect.
I’m not very good with scripting and this kind of things :)
Thank you!!
|
|
|
|
this is nice. is there a script or plug in to collect all these files (to move to another project perhaps) like in the after effects or 3dmax
|
|
|
|
File->Archive Scene
n8skow [FA]
|
|
|