Home

Awesome

Differential Growth for Blender

Latest release · Please see the orginal blog post for a formal introduction.

<p align="center"> <picture> <source srcset="https://boris.okunskiy.name/media/posts/lichen1-transparent.webp" type="image/webp"> <source srcset="https://boris.okunskiy.name/media/posts/lichen1-transparent.png" type="image/png"> <img src="https://boris.okunskiy.name/media/posts/lichen1-transparent.png" width="640" alt="Foliose lichen mesh"/> </picture> </p>

Differential growth is a generative algorithm inspired by the growth occurring in living organisms such as lichens, algae, poriferae, corals and other kinds of organic forms.

Installation

  1. Download a zip file from Releases
  2. Install the addon in Blender by going to Edit > Preferences > Addons > Install

Important notes

Development

It can be painful to develop in Blender's text editor.

One good solution is to symlink the repo to the Blender's addon location, then develop using your favorite editor.

Mac/Linux

Locate the addons directory, then replace ADDONS_DIR in symlink.sh and run it.

Windows

Run cmd.exe as Administrator (Start menu, search 'cmd', right click).

Then run (correct the paths as necessary):

mklink /D "C:\Program Files (x86)\Steam\steamapps\common\Blender\2.93\scripts\addons\diffgrow" "C:\Users\boris\3d\blender\diffgrowth"

Credits

This work is heavily inspired by the work of others. Here's a non-exhaustive list of resources used in creation of this addon:

License

Differential Growth Addon uses Blender License.

Free to Use. Free to Change. Free to Share. Free to Sell Your Work.