Skip to content
fabian-flassig edited this page Jul 7, 2020 · 16 revisions

The pyio.* api functions are useful for storing and loading files and for persisting values between executions of the plugin.

Remarks

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.

See also:

pytha, pyui, get_length_unit

Clone this wiki locally