Hi,
I'm newbie and now get stuck in an issue with for-loop node.
I made a beam (digital asset) which has a length parameter.
How can I duplicate the beam into several instances with different length ?
Thank you in advanced.
Clone Digital Asset with parameter.
2376 3 0- Trung Tran
- Member
- 12 posts
- Joined: 7月 2013
- Offline
- Trung Tran
- Member
- 12 posts
- Joined: 7月 2013
- Offline
- jsmack
- Member
- 8052 posts
- Joined: 9月 2011
- Offline
- Trung Tran
- Member
- 12 posts
- Joined: 7月 2013
- Offline
jsmackThank you. I made it with some approaches. One is using ForEach Loop and one is use stamp function and copy SOP.
You almost had it. Instead of “@beamheight” for the parameter value on your hda, use a point expression to get an attribute value from the input. Attributes can only be bound like that in a few built-in nodes. Everywhere else use a point/prim/detail expression.
And thank you for your help.
-
- Quick Links