Hi!
Did someone know why this little script isn't print all the unloaded 
referenced files in my .ma file? 
i've got somes nested ones who are unchecked in the referenced editor, 
and even if it print them in : 'print eachnode', 
it doesn't tell me that they're unloaded...??

references=[]
for ref_node in cmds.ls(type='reference'):
    references.append(ref_node)
for eachnode in references:
    print eachnode
    unLoaded_ref_files = cmds.referenceQuery(eachnode, filename=True, 
isLoaded=False) 
print unLoaded_ref_files      

thanks a lot for any help

-- 
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/c373033e-2f0a-48fd-956d-d9b8e91a2b04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to