On 30/07/2018 at 08:56, xxxxxxxx wrote:
Hi,
I write a deformer plugin that will store some values to doc[PLUGIN_ID].
When my sence have more than one the deformer and I updated one of the them (update that store value in new BaseContainer,and doc[PLUGIN_ID] =new BaseContainer ), but all of them were updated because I updated doc[PLUGIN_ID] directly,This is not what I want.
How can I store the value of each deformer separately (for example, it has a unique identifier), which also ensures that I can get the previously stored value from doc[PLUGIN_ID] by this unique identifier?
(Forgive me for my English is not very good, I hope to express my clear:sleepy:)