Hi,
I am trying to do batch export on a set of files but keep getting 
interrupted by following errors

*The gameFbxExporter 'gameExporterPreset1' has no '.ich' attribute.*

Nodes named gameExporterPreset1 are causing the issue. I tried to delete 
them after opening the file in script but it is failing to do so. These are 
gameFbxExporter  type nodes and trying to delete them using

nodes = cmds.ls(type="gameFbxExporter  ")
    for node in nodes:
        cmds.select(node)
        cmds.delete(node)

Has any faced same issue?

-- 
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/383c508b-eea5-4999-a0b6-ae732decb06an%40googlegroups.com.

Reply via email to