eetu martola

eetu

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

How to use new hou.logging from 19.0? 2022年6月21日10:25

For anyone else ending up in this topic the logging doesn't have to be as fancy as above.
A minimal example would be:
entry = hou.logging.LogEntry(message = "alive!")
hou.logging.log(entry)

If you want to log onto disk, you could add in the beginning
sink = hou.logging.FileSink(filepath)
sink.connect("Python Logging")

Getting the size of instanced geometry 2022年1月17日13:28

Happy to help, good luck!

HDA parameter interface not shown in UE 2021年9月3日4:09

Sorry if this is obvious, but you need to rebuild the HDA once for the plugin to pick up the parameters.

I wish there were a "Refresh Parameter Interface" that would just pick up the interface without actually cooking, this can be a pain with very heavy assets. (or assets that error out with bad parameter values..)