Geo Cache problem

Hi all,

Need your help sorting out some weird problem in our pipeline.
We are using Geometry Cache in our pipeline. Every thing goes well but problem occurring when caching the characters having multiple objects (for ex:- A bird having multiple duplicated wings. A character having multiple duplicated bolts and nuts). When ever i cache these kind of characters, mayaUI crashes and file doesn’t save too.

Procedure i do:
Exporting OneFile Geo Cache to a folder.
Referencing a Crig character.
Deleting cache on all objects.
Importing exported cache on crig character.

Thanks in advance

Hard to say just from procedure, we do similar thing and we never had problems with duplicated geometry.

Is geometry duplicated completely or does it use same orig mesh or something like that?

Did you try to locate in which part of pipeline does maya hang, just put some print messages and follow what console is outputing while script is running.

[QUOTE=ArYeS;26689]Hard to say just from procedure, we do similar thing and we never had problems with duplicated geometry.

Is geometry duplicated completely or does it use same orig mesh or something like that?

Did you try to locate in which part of pipeline does maya hang, just put some print messages and follow what console is outputing while script is running.[/QUOTE]

Hi…
I have checked orig mesh for all objects. They have different orig shapes. And i have forgot to mention that this problem occurs only when i have multiple duplicates more than 50 objects are so…
I have tried with a simple scene which has 50 spheres. when i tried to cache, i got the same problem.

Thanks and regards.

is this with vanilla maya? If not, try to eliminate all scripts and scripts jobs.

We do not use any script jobs. Anyway if i disable all scripts, i get the same problem.

Does referencing the asset make any problem

file -r -type “mayaAscii” -gl -loadReferenceDepth “all” -mergeNamespacesOnClash false -namespace “ball” -options “v=0;” “C:/Users/lokesh/Desktop/ball.ma”;
2)
file -r -type “mayaAscii” -gl -loadReferenceDepth “all” -mergeNamespacesOnClash false -rpr “ball” -options “v=0;” “C:/Users/lokesh/Desktop/ball.ma”;

we use the second method in our pipeline.

HI all,
I have attached some files of model, rig and cache files.

Attachment contains
Balls_Anim.ma
Balls_Cache_File.ma
Balls_Model.ma
Balls_Rig.ma

our final file is Balls_Anim.ma which has Balls_Rig.ma referenced 4 times and animated. Cache has been exported from each reference.

After exporting i have created Balls_Cache_File which has Balls_Model.ma file referenced 4 times. Now, I have to import cache to this Balls_Cache_File.

When importing cache, file is being crashed and UI is getting crashed.

Thanks in advance…

Files available at
https://www.dropbox.com/s/1qto3f9kdbdvu2z/Balls_Test.rar?dl=0