GrowthNodes

GrowthNodes是一个Blender插件,用于创建和模拟多边形表面上的有机生长过程。(A Blender plugin for generative content creation and simulation of organic growth processes on polygonal surfaces.)

Github星跟踪图

GrowthNodes

An Iterative Approach to Simulation of Organic Growth on Surfaces Using Displacement and Procedural Textures

Compilation

GrowthNodes is a Blender plugin for generative content creation and simulation of organic growth processes on polygonal surfaces. It can be utilized for both destructive and non-destructive content generation.

Simulation is stored as a series of shapekeys which allows fine grain control over the baked data and enables easy transferring of blend files from one user to another.

Video Overview

Background

I was inspired by Computational Growth by Deskriptiv and Wanderers by Mediated Matter and fortunately was assisted to create a fully functional growth simulation toolkit as part of a 3 months development project. However the codebase is larger than what I can maintain alone and is available in a separate branch.

Created with master branch

Branches & Features

The master branch contains only the features that I was responsible for since their maintenance and future development proves to be easier. An exception to this are excerpts of code borrowed for nodetree management from Animation Nodes developed by Jacques Lucke whose addon was inspirational in how we approach user interactivity with GrowthNodes.

The master branch includes the following nodes and features:

  • Mesh objects
  • Procedural Textures (Blender Internal Textures)
  • Image Textures
  • Vertex Groups
  • Shapekeys
  • Animation
  • Geometry Displacement
  • Geometry Dissolve
  • Geometry Subdivide
  • Slope Detection
  • Crease Detection
  • Integer, Float, and Boolean Operations

Created with master branch

The experimental branch (UMOG) has many additional features that require compilation, external python modules and are not fully tested and are often hacky. However this branch deserves much attention as it offers many advanced and optimized features beyond what Blender could provide. These are:

  • GPU computed Gray-Scott Reaction Diffusion
  • Support for both 2D and 3D (solid) textures.
  • Cython optimizations
  • An experimental engine implemented in Cython without calling Blender's Mesh API with up to 50x performance boost for select operations.

Created with experimental RD

Usage

GrowthNodes uses Blender's PyNodes API to facilitate user interaction. Functions and data blocks are represented as self-contained nodes. Such an approach allows for scalable and customized node systems that surpass all static GUI implementation.
enter image description here

Targeted Geometry

GrowthNodes can behave intelligently with regards to existing geometry. User is able to select specific regions based on geometric attributes such face slopes or the angle of crevices. Furthermore one can introduce additional detail by subdividing specific regions on the fly and apply growth only to selected regions. Essentially these are simplified yet powerful utilities to obtain dynamic topology.

Coral growth simulation on text

Future Plans

  • Intersection prevention
  • Correct texture preview
  • Additional parameters fo targeting geometry
  • Persistent vertex groups
  • Mesh sequence export

If you have any suggestions feel free to contact me @hiradsab on twitter.

主要指标

概览
名称与所有者hsab/GrowthNodes
主编程语言Python
编程语言Python (语言数: 1)
平台Linux, Mac, Windows
许可证GNU General Public License v3.0
所有者活动
创建于2017-02-02 04:15:25
推送于2023-07-13 04:47:32
最后一次提交2020-11-20 11:43:19
发布数1
最新版本名称v0.3.0 (发布于 )
第一版名称v0.3.0 (发布于 )
用户参与
星数338
关注者数40
派生数21
提交数412
已启用问题?
问题数18
打开的问题数7
拉请求数3
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?