Skip to content
This repository has been archived by the owner on Sep 10, 2018. It is now read-only.
/ blender-lsystem-addon Public archive

Blender plugin for generating meshes with L-system

Notifications You must be signed in to change notification settings

ento/blender-lsystem-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blender-lsystem-addon

Blender addon for generating meshes with L-system.

Originally published at: http://michelanders.blogspot.jp/p/creating-blender-26-python-add-on.html

operators

  • +, - rotate around the right axis (pitch)
  • /, \ rotate around the up axis (yaw)
  • <, > rotate around the forward axis (roll)
  • [, ] push/pop stack
  • (, ) push/pop alterative stack
  • !, @ expand/srhink turtle stride
  • #, % fatten/slink mesh radius
  • ^, * greatly expand/srhink turtle stride
  • =, | greatly fatten/slink mesh radius
  • F edge
  • Q quad

About

Blender plugin for generating meshes with L-system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages