Jump to content

modify the divisions by copy node


Recommended Posts

Hi,

You are approaching it the right way with the copy stamp but instead of giving it a fixed value, in your case 5, you must give it a dynamic value. The local variable of the copy node for the amount of copies is $CY. This means that if you put $CY in your stamp value it will increase it by 1 every iteration starting from 0. Because it starts at zero it would mean the amount of divisions would be 0 in your circle so I would add 3 to the expression so that you always at least have a triangle.

circle_cpoy.hipnc

Link to comment
Share on other sites

Hi,

You are approaching it the right way with the copy stamp but instead of giving it a fixed value, in your case 5, you must give it a dynamic value. The local variable of the copy node for the amount of copies is $CY. This means that if you put $CY in your stamp value it will increase it by 1 every iteration starting from 0. Because it starts at zero it would mean the amount of divisions would be 0 in your circle so I would add 3 to the expression so that you always at least have a triangle.

Hi,

You are approaching it the right way with the copy stamp but instead of giving it a fixed value, in your case 5, you must give it a dynamic value. The local variable of the copy node for the amount of copies is $CY. This means that if you put $CY in your stamp value it will increase it by 1 every iteration starting from 0. Because it starts at zero it would mean the amount of divisions would be 0 in your circle so I would add 3 to the expression so that you always at least have a triangle.

OH!

I have try some value,but i forget the basic one.

Thank you so much! Robert!

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...