Hi all,
I’ve noticed that when working with the display conduit class in python, errors in functions such as PreDrawObjects(), DrawOverlay, PostDrawObjects etc are not shown with the usual error/traceback popup window.
Attached is some sample code, when line 50 is reached the code fails and no error is thrown, the script continues as if no error had occurred but the mesh is not drawn. This makes debugging changes to these functions really tough. When line 50 is uncommented the script works as normal.
Does anyone else have a workaround for this? Or is it a bug that could be fixed?
Thanks,
T
conduit_basic.py (1.9 KB)
1 post - 1 participant