Jump to content

For-Each-Loop Question


Recommended Posts

I'm trying to have a shape bend a bit more with every copy like in the example below. I though that for each would be a good choice for that but I can't manage to recreate it. 

Daylies_321.thumb.png.7d31db85f9ad5a45776f500528e965a2.png

 

This is what I made so far but it's not working exactly like I would like to :-) 

Screenshot 2022-03-04 103011.png

ForEach.hiplc

Link to comment
Share on other sites

Hi Roman, unfortunately I can´t look into your file or post one right now. but this would be the way to go...

right now you have only one iteration... put your copy2 node above the connectivity2

on your bend node -Add Spare Input

drag your metadata "info" node into that spare parameter.

in bend amount, you can then multiply the iteration by your stepsize, like     detail(-1,"iteration",0) * 5;

 

Link to comment
Share on other sites

On 3/4/2022 at 12:30 PM, Mazl said:

Hi Roman, unfortunately I can´t look into your file or post one right now. but this would be the way to go...

right now you have only one iteration... put your copy2 node above the connectivity2

on your bend node -Add Spare Input

drag your metadata "info" node into that spare parameter.

in bend amount, you can then multiply the iteration by your stepsize, like     detail(-1,"iteration",0) * 5;

 

thanks for your input. I will try this one out! 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...