Finally got the cache working by generating cache separately per geometry 
and use pymel command *cacheFile*. However the warning is still there. Am I 
doing something wrong?

 Code:

shape = 'cache000:shirt_plyshape'
switch = mel.eval('createHistorySwitch("%s",false)' % shape)
cacheNode = pc.cacheFile(f=path_to_xml, cnm=shape, ia='%s.inp[0]' % switch, 
attachFile=True)

// Error: Channel cache000:shirt_plyShape was not found. // 

-- 
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/fd66f284-38f5-40a4-a546-567a3d1909ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to