Skip to content

Bringing together the FourierBlender & CircularNURBS

License

Notifications You must be signed in to change notification settings

Vollkornaffe/MrGeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MrGeo

Bringing together the FourierBlender & CircularNURBS

Example Video

Build & Install Guide (For now Ubuntu only)

This is a hacky prototype, no guarantees! To make it run in Blender 2.8 follow these steps.

  1. Install Eigen3 so that CMake can find it, e.g.
$ sudo apt install libeigen3-dev
  1. Download the code
$ git clone https://github.com/Vollkornaffe/MrGeo/
  1. Create a build dir
$ cd MrGeo && mkdir build && cd build
  1. Run CMake (providing an install dir, e.g. ~/install)
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/install ..
  1. Build & Install
$ make install
  1. Run Blender 2.8 & open the ~/install/MrGeo.py

The script generates a "Control" object which is used to control the circular NURBS surface. One needs to comment out the "init_poly_surface" call in the script before re-running the script, otherwise the changes in the mesh are overriden.

About

Bringing together the FourierBlender & CircularNURBS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published