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

Blender's ACTION CONSTRAINT with 'Skeleton Blend' in APEX | March 18, 2026, 12:31 p.m.

glad to help, once you are happy with manually created graph as a prototype, next step would be creating it as a more procedural APEX script component so that it supports variable number of joints and blendshapes

while I have some rigging and programming background, I'm not up to date with specific APEX and Python houdini tutorials, but I'd just search the Learning Portal for APEX, there is already quite a few covering various parts of APEX, including APEX Script

if you want to link arbitrary animation to the abstract slider, I'd recommend using motionclips instead of blending individual poses
that way motionclip can provide complex animation consisting of large amount of poses and you just evaluate it in APEX with your abstract control mapped to the motion clip range

example attached

Blender's ACTION CONSTRAINT with 'Skeleton Blend' in APEX | March 17, 2026, 1:16 p.m.

here is a take on fixing the scene and the graph manually
I also added the FK controls on top of blendshaped skeleton where animator can apply further offsets

for reference some of the things that were updated:
- skeleton blendshapes are no longer packed as their points need to be accessible by APEX
- changed the Rigpose nodes to just apply rotations to joints, since offsetting the joints creates wrong deformation due to resulting orient misalignment of parent joints

in graph:
- added dict entry for base skeleton and fixed weight key from blend# to weight#
- fixed weight values to increase and decrease for specific regions
- added ability to have manual FK controls on top of blendshaped pose

What's the official way to parse geo/bgeo in a 3rd party app March 10, 2026, 5:42 p.m.

.geo is just json and .bgeo is binary json, here is some info
https://www.sidefx.com/docs/hdk/_h_d_k__g_a__using.html#HDK_GA_FileFormat [www.sidefx.com]