I’m looking for a way to list all nodes that somehow reference an external file; be it references, textures, or some obscure custom node with an attribute for paths.
I was looking at the cmds.filePathEditor <http://help.autodesk.com/cloudhelp/2015/ENU/Maya-Tech-Docs/CommandsPython/filePathEditor.html> which is close. >>> cmds.filePathEditor(query=True, listDirectories="") [list of paths] But it doesn’t show me which nodes are responsible for these paths, and doesn’t show me the full filenames. Any ideas? -- *Marcus Ottosson* [email protected] -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmODAH%3DJVGv7rWvjQU08SceBmxGRoBE-XG9y8VYQk0FS-0Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
