Eilef Sandnæs

Heileif

About Me

Connect

LOCATION
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Modify packedlocaltransform (prim intrinsic) ? 2026年6月23日21:00

You can set it with vex using setprimintrinsic.

If you search setprimintrinsic in Google AI-mode, you get a example code of how it works.

You maybe need to do a inverse transform of the points first tough before the repack, or you get a double transform.

Probably a better way to do it. The inverse part can be annoying.

ROP Geometry Output substeps possible with Deadline? 2026年6月17日5:11

We have a old Deadline repository. The Houdini plugin did not have support for substeps. If that is the case still in latest version.

You could do the same as I did. Give the plugin Python script to Claude and ask if it could change the code to add support for it.

It only used a couple of min to fix it.

Have not stress tested it yet. But worked in test earlier.

[Open Source] Crucible: Cook HDAs at Karma render time 2026年5月30日8:46

Cool!

Is it possible to use it for multistep deformation blur?

That's our biggest issue when creating Custom Husk Procedurals at the moment. Having to transfer velocity attribute from another prim. And being limited velocity/acceleration blur.