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
2012-07-04More spell checking.Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-04-18remove some broken code, patch by Andrew Hale but has no svn access atm.Campbell Barton
2012-02-01Fix to make it easier to find in space bar menu. Added "tree" to label so ↵Andrew Hale
users can search "tree".
2012-01-14remove api field, was never used.Campbell Barton
2011-12-10Fix for 2 bugs:Andrew Hale
- Setting any of the branch lengths to 0.0 results in divide by zero. Min value for the length setting is now 0.000001 - Preset export failed with the change to the way that vector properties were stored. Now we just store a slice copy of the vector in the export.
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-27Addon UI Cleanup, Part 1Thomas Dinges
* General Rule (for Ivygen and Sapling): If you need more code for declaring the layouts than for the props itself, something is wrong. ;-) * if > elif
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.]]