Robin Bonhoure
Ziboo
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
WIP - Linked Subnets [Houdini Utility] 2021年9月24日13:32
This looks awesome ! Great Job
WIP Curve/Polyline [Houdini Utility] 2021年9月24日13:23
Peter_Prickarz
Thanks Ziboo! I'm using the multiparm to store the input from the user, a python node in the subnet then creates the attributes from that data. So I'm not sure I understand the question correctly but in the output of the node, the parm values will be on the points as attributes.
Instead of reading from the multiparm and create the geometry based on that, you can store everything on the geo, and then have the UI read from the geo
What I mean is that you could:
- create the geometry (points and prims)
- Stash the geo
- When user change a value, you change it on the points too and update the stash
- You can then read the value from the geometry
Like that you don't have to store any values on the multiparm.
Hopefully it makes sense ...
WIP Curve/Polyline [Houdini Utility] 2021年9月21日20:07
This looks Great. Wish we could have a curve editor like that by default.
Something I don't understand, but why are you saving the values into a MultiParm ?
Why not just store value in an attribute on points ?
Something I don't understand, but why are you saving the values into a MultiParm ?
Why not just store value in an attribute on points ?