|
normal smoothThis script is an alternative to the mesh smooth function in blender.
The mesh smooth function in blender uses only vertex position.
You can download version 6 of the script here requirementsThis script is written for blender 2.45 but should work with older versions as well loading the scriptIf you don't know how to use scripts read this page. Example meshes the script was used on (parts of them)
ComparisonBefore we get going.... Here is a comparison between blender's internal function and the script.
SettingsThere is only one setting which shows up in a popup when you run the script.
The number of iterations is the total ammount of times the script will run one after the other... normally a value of one or two is enough. UsageSelect the verticles you want smoothed and run the script. Pre script example:
Post script example:
That's itThat's all for now... I hope someone can help solve the large area issue... untill then it's already quite usefull to me ;) macouno |