Vincent Ullmann
Loqy0815
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
overriding sys.excepthook Dec. 6, 2016, 4:43 a.m.
Hi Chrisg,
sorry for the late reply.
My attention was draged into other things..
Thanks for the snipped and Information.
Will try that today.
cheers
Loqy
sorry for the late reply.
My attention was draged into other things..
Thanks for the snipped and Information.
Will try that today.
cheers
Loqy
overriding sys.excepthook Nov. 22, 2016, 7:39 a.m.
Hi there,
having the same issue here.
We would like to use Raven/Sentry for Error-Logging (https://github.com/getsentry/raven-python) [github.com]
which is build around sys.excepthook
basically:
in any “normal” python-shell this just prints
in the houdini-python-shell I still get the usual Traceback
is this expected? Am I'm missing something here?
cheers
Loqy
having the same issue here.
We would like to use Raven/Sentry for Error-Logging (https://github.com/getsentry/raven-python) [github.com]
which is build around sys.excepthook
basically:
def handle_exception(exc_type, exc_value, exc_traceback): print "there was a issue" sys.excepthook = handle_exception print 1 / 0
in any “normal” python-shell this just prints
"there was a issue".
Traceback (most recent call last): File "<console>", line 1, in <module> ZeroDivisionError: integer division or modulo by zero
cheers
Loqy
custom label next to SOP-otl Nov. 11, 2016, 5:45 p.m.
Hi there,
I'm wondering if there is any (hidden) way to have a custom label next to a custom otl.
Basically like how most rop-nodes or the sop/file-node display the fileName next to there label.
I found this old thread which pretty much seems to describe what I'm after:
https://www.sidefx.com/mailing-list/sidefx-houdini-list@sidefx.com/thread/CWEHW6IUNBEBE3PC6WSBPXO2LJHOKCYB/ [sidefx.com]
Is there any way of using those special parm_names without having to go the c++-route?
cheers
Loqy
I'm wondering if there is any (hidden) way to have a custom label next to a custom otl.
Basically like how most rop-nodes or the sop/file-node display the fileName next to there label.
I found this old thread which pretty much seems to describe what I'm after:
https://www.sidefx.com/mailing-list/sidefx-houdini-list@sidefx.com/thread/CWEHW6IUNBEBE3PC6WSBPXO2LJHOKCYB/ [sidefx.com]
Is there any way of using those special parm_names without having to go the c++-route?
cheers
Loqy