You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Flassig edited this page Jun 12, 2026
·
16 revisions
The pyio.* api functions are useful for persisting settings / values between executions of the plugin as well as for accessing and writing files on the local file system.
To persistently store and load any length values it is recommended to convert these values to a standard unit when saving and to the active length unit when loading by multiplying/dividing with the unit conversion factor returned by get_length_unit.
These are the global forms of the path handle methods of the same name.
Note
Access to the file system is by design limited in the context of PYTHA plugins. File system paths are only made available through opaque handles ("path handle") and even for those, only limited file management functionality is provided.