[Closed] Create Own meshsmooth modifer – faaster
I want to create modifet that smooths objects dont using meshsmooth or turbosmooth
The main thing is to create modifer that can smooth the sharp corners of a mesh
Can you help me i’m working WERY hard but cant’n figure it out …
P.S Sory for my English, i’m living in Latvia…
Oskars,
I have done that before, it is powerful but not faster. What do you want from the standard method to be different?
Light
Sounds very cool… that was one of my suggestions for the weekly scripting challenge, so it would be cool to se a solution to that. Just curious: Do you mean a script that go through the entire mesh, finds sharp edges and add a few chamfers to those edges?
Lars
Here:
http://www.cgtalk.com/showthread.php?t=255871
you have my script to smooth (chamfer) edges using face normals threshold angles.
Lars,
Actually I meant the actually implementation of Catmull-Clark algorithm.
But the method you thought of can be done using Chamfer X [flamefx.com], which supports chamfering by angles.
Light