For each Fetch and Merge processed pieces
2167 8 2- seeplus
- Member
- 33 posts
- Joined: 11月 2019
- Offline
- Andr
- Member
- 899 posts
- Joined: 2月 2016
- Offline
- seeplus
- Member
- 33 posts
- Joined: 11月 2019
- Offline
- seeplus
- Member
- 33 posts
- Joined: 11月 2019
- Offline
- Andr
- Member
- 899 posts
- Joined: 2月 2016
- Offline
oh right.
There was also another issue I think. The blast node was dumbly selecting the previous primitive based on its primnum, which is shuffled everytime you split and merge back.
I corrected it by doing the selection based on the static index attribute (which doesn't vary).
Also as last node after the loop, you might want a sort node to restore to original primitive order, based on the stored index attrib.
Have a look at the file
cheers
There was also another issue I think. The blast node was dumbly selecting the previous primitive based on its primnum, which is shuffled everytime you split and merge back.
I corrected it by doing the selection based on the static index attribute (which doesn't vary).
Also as last node after the loop, you might want a sort node to restore to original primitive order, based on the stored index attrib.
Have a look at the file
cheers
Edited by Andr - 2022年8月31日 04:21:33
- seeplus
- Member
- 33 posts
- Joined: 11月 2019
- Offline
- seeplus
- Member
- 33 posts
- Joined: 11月 2019
- Offline
Thanks Andr for your help. Actually, I have reproduced your network to fit me need and all works as intended except one thing that is prim duplicates. Now the iterations are 30 but prims 465.
I tried to group initial prims and blast at the end of the network but did not work for me scince I find it hard to debug fetch feedback method in block begin.
I hope someone can help me.
I tried to group initial prims and blast at the end of the network but did not work for me scince I find it hard to debug fetch feedback method in block begin.
I hope someone can help me.
Edited by seeplus - 2022年9月18日 03:15:04
- Andr
- Member
- 899 posts
- Joined: 2月 2016
- Offline
- seeplus
- Member
- 33 posts
- Joined: 11月 2019
- Offline
I want to achieve one direction for unitized uvs . I want to rotate all uvs to follow the initial uv's coordinates. I managed to get it done by the workflow in the hip. I am sure there will be more efficient ways though.
I want to get current prim (A)in the second iteration as there is none in the first iteration, then and search for a neighbour from previous iteration. I get one from the array and isolate the new prim (B) with selected primdo the process ** and here comes the crusial part to only pass Prim (A) and delete prim (B)to use it in the next iteration.
I hope I am clear.
Thanks
I want to get current prim (A)in the second iteration as there is none in the first iteration, then and search for a neighbour from previous iteration. I get one from the array and isolate the new prim (B) with selected primdo the process ** and here comes the crusial part to only pass Prim (A) and delete prim (B)to use it in the next iteration.
I hope I am clear.
Thanks
-
- Quick Links