I currently have a test scene exporting basic shapes in groups. In the TOPS network I use an importgeometry node to index each group. This works fine when I output the geometry using a ROP Geometry Output node. Each group is output as a separate file. The second setup is a ROP Fetch node. Same parameters as the ROP Geometry Output. The ROP Fetch does not recognize the groups and only outputs all the geometry. Has anyone encountered this issue before?
I have included a sample file of the issue. The geometry needs to be processed again to appear. Thanks.
Because the pdg_index specified in the path will not select the geometry by group in any way. You need before saving to ROP FBX Output remove geometry by `@groupname` for this to work in ROP Fetch.
alexwheezy Because the pdg_index specified in the path will not select the geometry by group in any way. You need before saving to ROP FBX Output remove geometry by `@groupname` for this to work in ROP Fetch.