Tomas Slancik

tamte

About Me

INDUSTRY
Advertising / Motion Graphics

Connect

LOCATION
New York, United States
WEBSITE

Houdini Skills

Availability

I am currently employed at Method Studios

Recent Forum Posts

Baking off a camera March 4, 2026, 2:49 p.m.

you can use Bake Animation ROP for that

Seeking assistance with this COPS occlusion problem March 4, 2026, 10:22 a.m.

you can also try using Bake Geometry Textures COP to get Alpha or AO from hits rather than writing your own

Cleaning up HDA callbacks March 3, 2026, 8:23 p.m.

peteski
I'm using hou.hipFile.addEventCallback
Then to remove just specific callbacks you should use
hou.hipFile.removeEventCallback(callback)

You can also query all registered callback using
hou.hipFile.eventCallbacks()