Zunder Posted August 28, 2019 Share Posted August 28, 2019 (edited) Hi guys. Is theres any way to proceduraly select points which has more than 3 primitive connected to it ? Edited August 28, 2019 by Zunder Quote Link to comment Share on other sites More sharing options...
vicvvsh Posted August 29, 2019 Share Posted August 29, 2019 19 hours ago, Zunder said: Hi guys. Is theres any way to proceduraly select points which has more than 3 primitive connected to it ? Hi, you can use a group expression sop to make group that will be contain all points with more then 3 prims connected. pointprims() function gives you an array of primitives containing a point and len() gives length of this array. Quote Link to comment Share on other sites More sharing options...
Zunder Posted August 29, 2019 Author Share Posted August 29, 2019 1 hour ago, vicvvsh said: Hi, you can use a group expression sop to make group that will be contain all points with more then 3 prims connected. pointprims() function gives you an array of primitives containing a point and len() gives length of this array. Thank you so much! That's exactly what i needed 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.