what I have is an array of "leafs" that will rotate around some shape, and as they rotate, they conform to the outline of that shape. I wanted to find a way to automate the process, so I could change/replace the shape and every time the leafs would conform to it.
Here's some examples of what I'm trying to achieve:
I want the top object (leafs) to rotate around some shape
I want the faces to conform to the shape, as seen here in red. Either the faces themselves move, or each individual leaf moves, either will work.
The only other way I was thinking was making an instance of the leafs and get that to conform to the shape while right on top of it, but can't figure out how to get that done either. I was thinking SurfDeform was the way I wanted to go, but that's only for NURBS.
I'll keep experimenting, but any suggestions or guidance would be greatly appreciated!
Replies
Don't have Max here on my phone to check, but there are a few ways to do this. Look for Conform space warp, also look for the GlueIt plugin.
not onehundred percent sure what you want to achieve, though
maybe, if I knew enough about particle systems. I'm self taught and never had an opportunity to learn those.