Simon van den Broek
UtilitasArts
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Geometry Channels vs Channel Primitives? Aug. 25, 2024, 3:30 a.m.
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?
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? Aug. 24, 2024, 11:04 a.m.
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.
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? Aug. 24, 2024, 8:18 a.m.
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!