hi lokesh,

As i said earlier i think its because of the cache File node created when 
you cache the geometries and when it exceed 500 and i dont think its 
because of duplicating reference. below pasted is a small script which will 
give you the number of cache nodes the file have, it might help to find 
whether you are about to reach the limit.

import maya.cmds as cmds
cac = cmds.ls(type = 'cacheFile')
if cac:
    print(len(cac))

Hope it helps 
Ajay RP

On Tuesday, 17 March 2015 10:58:53 UTC+5:30, Lokesh Kumar wrote:
>
> Hi Ajay,
>
> Thanks for the reply.
> I will try reducing the polygons. Does this problem occurs when we have 
> duplicated references.
>
> Thanks and Regards.
>

-- 
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/e14574de-ec9e-4122-8861-45f3fec8d6d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to