lloydwood Posted September 28, 2010 Share Posted September 28, 2010 I'm sure this is a very basic question. I want to create a point at the centre of every primitive in a poly object. What's the best way to go about this? Thanks, Dan Quote Link to comment Share on other sites More sharing options...
symek Posted September 28, 2010 Share Posted September 28, 2010 I'm sure this is a very basic question. I want to create a point at the centre of every primitive in a poly object. What's the best way to go about this? Thanks, Dan yourSOP -> FacetSOP/Unique Points -> PrimitiveSOP/Scale=0 -> Fuse/Keep Unused Points -> MergeSOP with yourSOP. Quote Link to comment Share on other sites More sharing options...
lloydwood Posted September 28, 2010 Author Share Posted September 28, 2010 yourSOP -> FacetSOP/Unique Points -> PrimitiveSOP/Scale=0 -> Fuse/Keep Unused Points -> MergeSOP with yourSOP. Nice. I definitely need to try to thin outside the box a bit more! Thanks. Quote Link to comment Share on other sites More sharing options...
Ratman Posted September 28, 2010 Share Posted September 28, 2010 Or use a For Each and change the type to Primitive/Point, and just plop a null and add a Add sop not connected to anything and get the centroid value off the Null using centroid(). 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.