Karl Habanero

alexwheezy

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Is there a way to turn on verbose mode for Python? 2025年9月7日0:40

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

How to disable UI Animation of node info by default? 2025年9月1日8:25

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

Batch export animation with dynamic name 2025年8月27日11:42

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]