On 20/07/2016 at 00:37, xxxxxxxx wrote:
Hello,
I am working on a new Deformer plugin, but I have some problems when it affect multiple objects.
In this case, only one instance of the ObjectData Deformer is created and its method ModifyObject is called for each object to deform.
It's normal, ok, but how can we do if we need to save some cache informations for each object ?
I tried to make an array with the objects GUID as keys, to store my informations for each object, but I meet one case when two objects has the same GUID (not the objects himself, but the cache sent to the ObjectData.ModifyObject), so I don't think I can use GUID to identify my objects...
Do you have any ideas ?