IgnasPocius

IgnasPocius

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Hscript get prim attribute for each prim 2024年1月17日6:43

Ok so I just put it into a for each loop and it worked

Hscript get prim attribute for each prim 2024年1月11日4:39

Sorry this is a super easy question but I need to get a primitive attribute value from geo primitives to drive a parameter in a node.

All examples are like
prim("path to attribute",0,"attributename",0)


but I really want it to look at every primitive not just the 0. So why doesnt this work?
prim("../attribrandomize2/",@primnum,"Speed",0)

It says local variable @primnum not found. I just cant remember for the life of me how this goes.

RBD Convex Proxy with multiples of the same object 2023年8月24日13:29

Hello,

I have a problem with trying to have multiples of the same object in an RBD Convex Proxy setup.
I know RBD is really looking for the same name and then uses transform pieces with the same name to transform highres geo to the low res proxies.

What I need is to spawn loads of the same low res objects onto points (so they have the same name but just one highres parent geo) and then I need to essentially copy to points the high res geo onto the low res instances. However that doesnt seem to work. Copy to points just takes the highres geo from world origin and transforms it according to how the low res geo is moving which is not at world origin. So the problem ends up with the high res geo essentially being offset and animating with all those offsets.
How do I solve this offset issue? I have included an example file.