...
A trick to do it it to use the Tcl command GiD_Python_Source,
then the new code of the file is used without need to restart GiD.
In fact it seems that this is similar to use in Python the function reload of the importlib module
Code Block | ||
---|---|---|
| ||
import importlib
importlib.reload(module) |