eryar / PipeCAD

PipeCAD - Plant Piping Design Software.
https://eryar.github.io/PipeCAD/
Other
92 stars 18 forks source link

Menu for reloading python library during current session #127

Closed rompik closed 1 year ago

rompik commented 1 year ago

Tool for reloading specific or all python macros from python libraries (except site-packages). via console by command:

import omp.library
omp.library.reload()

or using form:

Image

eryar commented 1 year ago

Great!

rompik commented 1 year ago

Added in pull request https://github.com/eryar/PipeCAD/pull/130