On 03/06/2015 at 16:23, xxxxxxxx wrote:
Hi,
I'm looking to save the state of a toggle button with the document. Doing some testing, it seems like I can do that with:
doc[PLUGIN_ID] = True
Is it safe for me to store my data directly in the document's container so long as I'm using a unique plugin ID? If not, where would you recommend storing this sort of information for Python Command Plugins?
Thanks,
Donovan