MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

Meshviewers cannot be used #50

Open LiuXinqi12 opened 3 years ago

LiuXinqi12 commented 3 years ago

When I initialize meshviewers, I can't get a valid object. It can only generate windows with black background. I used version 0.3 and version 0.4, neither of which could be solved

call: viewer = MeshViewers(shape=(1, 2), titlebar=titlebar): image

result show: image

background_color: 'Traceback (most recent call last):\n File "/home/liuxinqi/.vscode/extensions/ms-python.python-2020.6.91350/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py", line 193, in _get_py_dictionary\n attr = getattr(var, name)\nAttributeError: unreadable attribute\n'