A collection of geometry processing algorithms implemented as a Blender addon:
- Iterative Closest Point (ICP)
- Computing mesh properties (Volume, Genus, Boundary num loops, num connected components, ...)
- Gradient based deformation brushes
- Laplace smoothing
- Constraint based deformation
- Create a folder anywhere on your computer, with the following three empty folders:
addons/ modules/ startup/
- Ensure this repo, is cloned in the
addons
folder - In blender, open preferences, and under
File Paths
, set the "Scripts path" to the folder created in step 1 - Now to run the addon, run the script
start_blender.py
, if this does not work, change the blender path to wherever your blender is installed - On first run, open edit, preferences, addons, and enable the addon by searching for it. If preferences are saved, this will then persist among blender sessions
- To reload the plugin, simply re-run the
start_blender.py
script, which will re-open blender with the new