Skip to main content
Participating Frequently
July 19, 2007
Question

IgnoreTags

  • July 19, 2007
  • 1 reply
  • 347 views
I have a plugin that uses persistent data, now we have a problem that there was a build that I forgot the ignoretags. So if someone opens a document
without the plugin I get the missing plugin alert.
Question:
How can I cleanup the document so I don't get this message.
Or if I make some changes to the plugin that it never give this alert.

Thanks
Jelle
This topic has been closed for replies.

1 reply

Participating Frequently
July 20, 2007
Hi Jelle,

export the document in inx file format, which which will also include the scripting properties for all the other plugins. As your plugin is not installed, your properties will get stripped. Create a new document based on the export.

HTH

Peter