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
2010-09-08better use of blender apiM Bouchard Guillaume
2010-09-08fixed issues caused by last two commitsKen Nign
2010-09-08add absolute morph and edge weighting (crease) support.Ken Nign
safely create new edges. trailing whitespace cleanup.
2010-09-08- use foreach_set() for vertices coords (faster)Campbell Barton
- include bl_addon_info just under the gpl, faster parsing. - use newstyle classes + __slots__ to disallow arbitrary attributes to be set. - dont cycle ecitmode, instead use calc_edges argument to mesh update. - use string formatting for print's.
2010-09-06* Version 0.10.6 - Made PEP8 compatible again.Martin Buerbaum
* Some minor formatting * Synced with my local copy.
2010-09-04trunk/py/scripts/addons/object_cloud_gen.pyBrendon Murphy
removed warning & merged current api with loopduplicates fixes
2010-09-04trunk/py/scripts/addons/object_cloud_gen.pyBrendon Murphy
fix for api changes thanks to loopduplicate
2010-09-04SVN maintenance.Guillermo S. Romero
2010-09-04moved to trunkKen Nign
[[Split portion of a mixed commit.]]
2010-09-03patch [#23647] fix for bf-extensions/trunk/py/scripts/addonsCampbell Barton
from Filiciss Muhgue (filiciss)
2010-09-03update for changes in rna io_import_scene_mhx.py mapto isnt working as it ↵Campbell Barton
should since this can now only be accessed as many bools
2010-09-03updates for changes in blender.Campbell Barton
2010-09-03SVN maintenance.Guillermo S. Romero
2010-09-02update for rna changesCampbell Barton
2010-09-02Fix for API changes. (31706)Thomas Dinges
2010-09-01* Version 0.7.8 - MINOR: Brought the script up-to-date with my local changes.Martin Buerbaum
* Removed some TODO comments * Updated version log
2010-08-31vertex group updateCampbell Barton
2010-08-31script clean upBrendon Murphy
2010-08-31Script update,Brendon Murphy
new: spherical mesh, strata functions, interactive update, shade smooth.
2010-08-31== trunk addons ==Luca Bonavita
- comforming after my commit in bf-blender: - removed the categories from addons names - made 'version' a tuple of integers - added 'api' field - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though) - more conforming: - 1 tab = 4 spaces - please check everything is fine in case I made some gross mistake
2010-08-30updates for rna changesCampbell Barton
2010-08-29- renamed system_smart_line_break.py -> text_editor_smart_line_break.pyLuca Bonavita
- some conforming [[Split portion of a mixed commit.]]
2010-08-29script returns errorsBrendon Murphy
2010-08-29"warning": "returns error at line 542" ↵Brendon Murphy
trunk\py\scripts\addons\object_cloud_gen.py
2010-08-29adding contrib\py\scripts\addons\system_blend_info.pyBrendon Murphy
moved to release, this handy script provides an easy to understand overview of the scene's content & databases [[Split portion of a mixed commit.]]
2010-08-27update for changes in rnaCampbell Barton
2010-08-27update for rna api changesCampbell Barton
2010-08-26fix for changes in blender.Campbell Barton
2010-08-25fix for povrayCampbell Barton
2010-08-25updates to blender rna apiCampbell Barton
2010-08-24== Curveacous Galore ==Florian Meyer
- fix for api changes
2010-08-24== Torus Knot ==Florian Meyer
- fixes for api changes
2010-08-24trunk/py/scripts/addons/render_povray/camera_align.pyBrendon Murphy
in wrong folder, removed.
2010-08-24script merged into spacebar menu.Brendon Murphy
removing as part of clean up. [[Split portion of a mixed commit.]]
2010-08-23update for changes in rnaCampbell Barton
2010-08-23added multi select options to the edit mode menu.Brendon Murphy
this also cleaned up the edit mesh sub menu. multiselect options taken from script by liquidApe.
2010-08-22povray updateCampbell Barton
- mist wasnt updated for rna renaming - meshes with no faces were failing
2010-08-22Added counter sink head typeAaron Keith
2010-08-22Finished support for Full Animation with armature bones. Full Animation ↵Chris Foster
should be completely working now.
2010-08-21fix for recent rna changesCampbell Barton
2010-08-21update for changes in rnaCampbell Barton
2010-08-20Removed RGBA check as the color mode can now also be RGB.Jesse Kaukonen
2010-08-20Fix #23394: STL export script did not check if objects could beBrecht Van Lommel
converted to meshes, making export fail with empties and armatures.
2010-08-19update for changes in blenderCampbell Barton
2010-08-19update for changes in rna apiCampbell Barton
2010-08-18STL import/exportM Bouchard Guillaume
- can export multiple objects (all selected, not only active one) - can import multiples stl file at once with the file selector
2010-08-18updates for blender api changesCampbell Barton
2010-08-18update for rna api changesCampbell Barton
2010-08-18update for blender changesCampbell Barton
2010-08-18updates for changes in blenders apiCampbell Barton