When I am transfering myGroup to the first copyto points, it is there, but when I hook it up to the copytopoints inside the forloop it no longer is there and causes and error. Than happens when I use the code in Dice Value point("../OUT_point/",0, diceValue",0) For the life of me I cannot figure out why.
Yes, myGroup is there in the for_each loop, but we can't use it in the copytopoint node as that node only considers groups that are available in the target point input (Input 2). Additionally, if you are using the same code that you mentioned in the comment, point("../OUT_point/", 0, diceValue", 0), the issue is that you have to use double inverted commas properly when declaring the attribute in function. So the correct code should be point("../OUT_point/", 0, "diceValue", 0) or point("../OUT_point/", 0, diceValue, 0)
@@ChetalGazdarVFX I had it the right way in my wrangle, I just mistyped it in here. But I will try the second way, because I did the same way in as in the tuttorial and it just stays at 0 and cause myGroup to Error. If I do not use the expression in Dice Value it does not error but offcourse I do not get the correct boolean.
Thank you again :D
Thank you :-)!
Nice approach, too bad there is no way to add bevels to the circular edge created between the cube and booleaned spheres.
When I am transfering myGroup to the first copyto points, it is there, but when I hook it up to the copytopoints inside the forloop it no longer is there and causes and error. Than happens when I use the code in Dice Value point("../OUT_point/",0, diceValue",0) For the life of me I cannot figure out why.
Yes, myGroup is there in the for_each loop, but we can't use it in the copytopoint node as that node only considers groups that are available in the target point input (Input 2).
Additionally, if you are using the same code that you mentioned in the comment, point("../OUT_point/", 0, diceValue", 0), the issue is that you have to use double inverted commas properly when declaring the attribute in function. So the correct code should be point("../OUT_point/", 0, "diceValue", 0) or point("../OUT_point/", 0, diceValue, 0)
@@ChetalGazdarVFX I had it the right way in my wrangle, I just mistyped it in here. But I will try the second way, because I did the same way in as in the tuttorial and it just stays at 0 and cause myGroup to Error. If I do not use the expression in Dice Value it does not error but offcourse I do not get the correct boolean.
@@timothybladel5828 can u share your file somehow so I can check it.. like through sendspace etc.
Cool only I dont like use boolen part. I better use points to select pirms and extrude them. To get more clean geo.
Thanks for you valuable suggestion. I will try to achieve this. :)