Simon van den Broek

UtilitasArts

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Geometry Channels vs Channel Primitives? 2024年8月25日3:30

I see! Thanks Edward storing the data to a stash worked for me aswel!

I see we can extract the keyframe and the value from the channel prima, but can we also extract the slope handels?

Is there a straightforward way to view channel primitives? 2024年8月24日11:04

I did some playing around with this today.

I created this small hda. where you can easily view and edit the curves.

inside the hda there is only a stashnode. you can see the code on the screen. it's pretty simple.

I believe there is also a callback method that should be able to store the keyframes for you after editing them, but I was not able to get that to work.

How to create geometry in standalone hython script? 2024年8月24日8:18

monomon
In case anyone else comes across this thread, I found a way to create static geometry outside of sop, and pass it on via a stash node

Yes, this works thanks a lot! this is a very nice way to create geometry through python!