iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://github.com/MartinPyka/MST-Dendrites
GitHub - MartinPyka/MST-Dendrites: Realistic artificial dendrites using minimum spanning trees and Blender 3D
Skip to content

Realistic artificial dendrites using minimum spanning trees and Blender 3D

Notifications You must be signed in to change notification settings

MartinPyka/MST-Dendrites

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

MST-Dendrites

Realistic artificial dendrites using minimum spanning trees and Blender 3D. A short tutorial on how to use it can be found here.

mstree.py

mstree.py gives access to functions for creating minimum spanning trees with balancing factor. The work is based on a paper for synthetic neuronal structures by Hermann Cuntz. Given a set of points, the algorithm calculates a minimum spanning tree on them.

Blender Addon

mst_blender is an addon for Blender 3D to create minimum spanning trees directly in Blender. To install, copy the mst_blender folder into your Blender script directory (minimum Blender version 2.70). Two new GUI-Panels will show up in your Tools panel, where you can adjust settings for your MST.

This addon was mainly developed to create Dendritic structures in Blender as a bachelor thesis, but it can be used to just create minimum spanning trees when using a balancing factor of 0.

About

Realistic artificial dendrites using minimum spanning trees and Blender 3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%