Johan Boekhoven

Johan Boekhoven

About Me

EXPERTISE
Technical Director
INDUSTRY
Advertising / Motion Graphics  | Film/TV  | VR

Connect

LOCATION
-, Netherlands

Houdini Skills

ADVANCED
Procedural Modeling  | Digital Assets  | Character Rigging  | Cloth  | PDG  | VEX  | Python
INTERMEDIATE
Solaris

Availability

I am available for Freelance Work

Recent Forum Posts

Repetitive Houdini task: hscript vs Python RPC Jan. 11, 2025, 9:24 a.m.

I would opt for a hython session per task if you can spare a few secs of startup time. Easy to manage and recover from failures, keeping processes running for a long time is imho harder to deal with then firing short new processes. But obviously it's a per case
situation.

The proper way of doing asyncio in Houdini 20's python node? July 26, 2024, 7:30 a.m.

@paulgolter, absolutely great info, thanks so much!

Topnet freezes before cooking Sept. 4, 2023, 7:41 a.m.

Same here, I've been moving out lot's of my setup to "pure" python. Better debugging and stability all around. It was great for prototyping, but less for debugging and scaling.