eetu martola

eetu

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Creating the world of Pax Dei MMO Nov. 8, 2025, 12:12 p.m.

Hi!

I had a presentation on our Pax Dei world generation pipeline at the Everything Procedural Conference last April.

If you're interested in large scale game world generation, procedural techniques, Houdini and Unreal, take a look!

https://www.youtube.com/watch?v=Vlyt8lDx-Zk&t=5s [www.youtube.com]

How to use new hou.logging from 19.0? June 21, 2022, 10:25 a.m.

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 Jan. 17, 2022, 1:28 p.m.

Happy to help, good luck!