when I use the quadremesher in a for each loop like for each connected piece some pieces get lost
I guess this is due to the remesher saving out a .fbx file and when the loop is moving to the next piece some don't get merged in before that.
has anybody encountered this as well / found a solution?
QuadRemesher Lab Tool in a for each loop
5636 7 1- chf
- Member
- 170 posts
- Joined: 11月 2015
- Offline
- Jose Molfino
- Member
- 19 posts
- Joined: 8月 2016
- Offline
- netinho_da_costa
- Member
- 1 posts
- Joined: 5月 2021
- Offline
- rpdacosta .
- Member
- 15 posts
- Joined: 8月 2015
- Offline
- GlenD
- Member
- 118 posts
- Joined: 12月 2013
- Offline
rpdacosta .Just in case anyone else is having this issue. In Labs Exoside Quadremesher->Advanced->Cache File this is my path.
Hi, is this still an issue?
Jose, where in the quadremesher node can you insert the metadata iteration number in Houdini?
${HIP}/render/${HIPNAME}_${OS}_QR_output_`detail("../foreach_begin1_metadata1", "iteration", 0)`.fbx
Edited by GlenD - 2021年10月8日 08:27:47
- sjc000com
- Member
- 4 posts
- Joined: 12月 2020
- Offline
- CYTE
- Member
- 708 posts
- Joined: 2月 2017
- Offline
- lzadikian
- Member
- 1 posts
- Joined: 7月 2022
- Offline
In case anyone else has this issue, I'm by no means sure about the fix, but with a for each by count, I am able to get this working by matching the name of the count node.
i.e.
When the name of the count node is: "foreach_count1"
I played with a few iterations until I could see the render fbx files pop up on the file system.
Also, noticed that dropbox causes issues since it locks the file at times. So turning that off and adding in the suggested fix now works like a champ.
i.e.
${HIP}/render/${HIPNAME}_${OS}_QR_output-panel-`detail("../foreach_count1", "iteration", 0)`.fbx
When the name of the count node is: "foreach_count1"
I played with a few iterations until I could see the render fbx files pop up on the file system.
Also, noticed that dropbox causes issues since it locks the file at times. So turning that off and adding in the suggested fix now works like a champ.
-
- Quick Links