Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-26Fix T44135: Sapling add-on broken in 2.74rc3.Bastien Montagne
Nothing broken here actually, just missing info (shape needs at least three levels of branching to take effect). To be backported to 2.74.
2015-02-28Fix T43837: Can't change amount of leaves.Bastien Montagne
Leaves settings were simply never used (broken logic, dead branch code)...
2014-11-10Final fix for 'division by zero' issues in sapling addon.Nikolaus Leopold
Review and minor cleanup by Bastien Montagne (mont29). Note: this addon would need a full complete style cleanup. :/ Differential Revision: D874
2014-10-29Fix T42138: division by zero in sapling addonBastien Montagne
Note sapling code probably has other places where that kind of issues may happen, would need a full recheck, but that's outside of scope of basic bugfix. Patch by mangostaniko (Nikolaus Leopold) with minor changes, thanks! Revision: D844
2014-08-05fix for animated trees, thanks purplefrog. removed warning.Brendon Murphy
2014-08-04fixes for T41099 and T38495 by purplefrog in irc, added warning "Armature ↵Brendon Murphy
Mode buggy"
2014-04-18Fix T39777: Blender 2.65-2.7 Sapling BugBastien Montagne
Clamp branchL to min 0.0 (negative branch length does not make much sense, and non-int power of negative numbers gives complex numbers...).
2012-10-19Fix #32923: curve sapling did not support generating uv coordinates yet forBrecht Van Lommel
rectangular leaves since bmesh.
2012-09-20The tree is now added at the cursor location instead of the world origin.Jace Priester
2012-04-18remove some broken code, patch by Andrew Hale but has no svn access atm.Campbell Barton
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some ↵Campbell Barton
edits), removed so this wont happen again.
2011-09-19Changes related on recent curves rna renaming.Sergey Sharybin
2011-08-24SVN maintenance.Guillermo S. Romero
2011-08-22Version 0.2.5:Andrew Hale
- Fixed the assignment of vertex groups for rectangular leaves. Fix thanks to pawel_xx - Compressed the UI to make accessing the different parameters easier. Also, the tree is not rebuilt every time a new menu section is accessed.
2011-08-10Fixed a memory access issue on OSX due to getting bezier point's coordinates ↵Andrew Hale
after a new point was added to the spline. This caused corruption of the tree model.
2011-07-31Fixed an issue when levels > 4 were used, causing tree generation failureAndrew Hale
2011-07-31SVN maintenance.Guillermo S. Romero
2011-07-19Added the ability to use rectangular leaves with UV mappingAndrew Hale
2011-07-12SVN maintenance.Guillermo S. Romero
2011-07-11Updated to Version 0.2.3Andrew Hale
- Added tracker and wiki URLs - Fixed usage of Matrix.Rotation
2011-07-11Moved Sapling to TrunkAndrew Hale
[[Split portion of a mixed commit.]]