I have no knowledge of Python, and simply need help diagnosing why when I use the Quick Start app from here: https://github.com/albertforesg/TPMSgen/releases/tag/v1.0.0, that I get an error when generating the mesh.
Traceback (most recent call last):
File "TPMSgen_GUI.py", line 170, in fn_generate_mesh
File "src\core.py", line 123, in fn_generate_mesh
is_watertight = iterative_mesh.is_watertight
AttributeError: 'Scene' object has no attribute 'is_watertight'
Source code here: https://github.com/albertforesg/TPMSgen/archive/refs/tags/v1.0.0.zip