eetu martola

eetu

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Creating the world of Pax Dei MMO 2025年11月8日12:12

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? 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!