Hi, I am listing all the file nodes with pymel import pymel as pm pm.ls(type='file')
the result is the list of all file nodes in my scene ... the pymel object returned is the nodeType file... but the nodetype file is not a file node class ... it is the mel file command ... the one used to query file info... this is not really useful :) --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
