-
objarray
Implement in tohil C/C++ source code the use of the GiD TclObj type objarray, to store efficiently vectors for the nodes and elements of the mesh, and do automatic conversion from/to the appropriated Python object. Now it is used a implicit conversion to string that is less efficient that use the native types of float, double, int, long, etc.
-
W or other procs that open GiD Tk windows seems that cannot be called in the IDLE window, that is a TkInter window opened from python. It is crashing.
-
It seems the the IDLE shell opened inside GiD is not able to debug the Python code, must be studied…
-
It seems that the remote debug from VS Code editor only can handle some function, and the debug step by step cannot enter in other functions. Must be studied…