vlb6 Posted October 13, 2016 Share Posted October 13, 2016 Hello, very new to Houdini.. This is my setup: a mesh -> 'SCATTER' -> 'CONNECT ADJACENT PIECES'. The connected points are in clusters so some are not in use..My question is how can I turn off the visibility of the unused points generated by the 'SCATTER' node? Here is a screen grab: thanks in advance Quote Link to comment Share on other sites More sharing options...
Atom Posted October 13, 2016 Share Posted October 13, 2016 (edited) If you just want the points to not render then turn off point rendering and you can leave them in the scene. Other solutions are a bit more complicated. You would need to write code or find a node that groups or selects points that do not belong to an edge. Then issue a delete on the group. On a side note, you can follow up the ConnectAdjacent node with an attribute wrangle and explicitly set the edge width for rendering. Edited October 13, 2016 by Atom Quote Link to comment Share on other sites More sharing options...
vlb6 Posted October 13, 2016 Author Share Posted October 13, 2016 @Atom Perfect! - Turning on 'No Point Rendering' is what I was looking for. Much appreciated! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.