From BlenderWiki

Jump to: navigation, search

[edit] Relax

[edit] About

Name Relax Version 1.0 2010/04/03
Relaxes selected vertices while retaining overall shape License GPL
Menu Group: Mesh Blender 2.5 Rev:#27668
Author Fabian Fricke http://frigi.designdevil.de
Link(s)
Executable: mesh_relax.py Modules:
Data: External Dependencies: None
SVN Link: https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/mesh_relax.py

[edit] Installation

  • This script is in Blender 2.5 Add-Ons menu.

[edit] Introduction

Simple example how relax affects the mesh

Relax mesh

  • This script relaxes the selected vertices while retaining the shape as much as possible







[edit] Instructions

  • Go into Edit Mode and select the vertices you want to relax.
  • To extecute the script either press W and then select "Relax"...
  • ... or use "Mesh -> Vertices -> Relax" instead.

[edit] Support