Vincent Ullmann

Loqy0815

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

overriding sys.excepthook 2016年12月6日4:43

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

overriding sys.excepthook 2016年11月22日7:39

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:
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".
in the houdini-python-shell I still get the usual Traceback
Traceback (most recent call last):
  File "<console>", line 1, in <module>
ZeroDivisionError: integer division or modulo by zero
is this expected? Am I'm missing something here?


cheers
Loqy

custom label next to SOP-otl 2016年11月11日17:45

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