Object's UserText Lost After Saving W/O Plugin Data

When saving a file while indicating not to save the plugin data, the UserText attached to the objects in the file is lost as well. Does anyone know why this is happening? Does the UserText feature come from a plugin in Rhino?

@Trav

This has always been the case for the user strings tables. They are not a core geometry attribute so they are purged.

Hello,

I’m working with @Daniel_Díaz

The problem we are having is that the UserText as shown below is not being saved

These key/values are not normally purged from session to session, but they are being purged in @Daniel_Díaz case.

We’re not sure why this might be.

Thanks,

Dan

If you’re discarding plug-in info on save, then these values will be discarded. This is normal.

Thanks