Skip to content

Blender addon for remeshing selected area with awarness of surrounding geometry.

Notifications You must be signed in to change notification settings

negdo/LocalRemesher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalRemesher

Blender addon for remeshing selected area with awarness of surrounding geometry.

I implemented two methods based on my own ideas for solving the problem of local remeshing and topology. Both methods can produce satisfyable results, but also fail in some cases. Robustness of the algorithms is not yet on the level to be good for an average user.

Installation

  • Download the LocalRemesher.zip from the latest release
  • Open Blender
  • Go to Edit > Preferences > Add-ons > Install...
  • Select the downloaded file
  • Enable the addon

Usage

  • Select an object and enter edit mode
  • Select an area you want to remesh
  • Navigate to right panel in 3D view, find Local Remesher tab
  • Click one of the buttons to remesh the selected area

Tips

The addon is not yet perfect, so here are some tips to get better results:

  • Try to select a single closed area of convex shape
  • Surrounding geometry should contain good topology
  • If the result is not good, try selecting a smaller or larger area
  • Particle-based method is better for smaller areas
  • Grid-based method is better for a little larger areas

Algorithms

Grid-based method

Works by initializing points at the intersections of the existing edge vectors. Created vertices get connected to their neighbours and then geometry is refined and filled with faces.

Particle-based method

This method samples random points on the surface of original mesh. In each iteration new best particle is chosen and added to mesh.

About

Blender addon for remeshing selected area with awarness of surrounding geometry.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages