Karl Habanero

alexwheezy

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Is there a way to turn on verbose mode for Python? Sept. 7, 2025, 12:40 a.m.

You can execute HScript commands from Python using the hou.hscript("commandecho on") function

How to disable UI Animation of node info by default? Sept. 1, 2025, 8:25 a.m.

It seems these settings are saved automatically, even when you quit Houdini. I just tried it.

Batch export animation with dynamic name Aug. 27, 2025, 11:42 a.m.

For this to work, wrap the filename attribute in backticks (e.g., `@filename`). If you also need to change the file extension, use `strreplace(@filename, '.fbx', '.newext')`.

https://www.sidefx.com/docs/houdini/tops/attributes.html#string-parameters [www.sidefx.com]