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
2013-04-13Fixed url for wiki documentation of bsurfaces.Ton Roosendaal
It was pointing at non-existing http://www.bsurfaces.info domain. I assume the guideline for wiki docs is to to point at wiki.blender.org always.
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-12-19Grease pencil convertion to curves and their selection is now adapted to ↵Eclectiel L
Blender 2.65, both for "Edit Strokes" and "Reorder Splines" features.
2012-11-15Should fix the problem with bsurfaces (did not test deeply, though, not used ↵Bastien Montagne
to this tool...).
2012-11-14update for changes in svnCampbell Barton
2012-11-01update for changes in svnCampbell Barton
2012-09-19update tracker & wiki infoBrendon Murphy
[[Split portion of a mixed commit.]]
2012-05-27Update from version 0.9 to version 1.5 .Eclectiel L
2012-05-26patch [#31578] Standard-conformal sets for .report() and operator return valuesCampbell Barton
from Sebastian Nell (codemanx)
2012-03-04fix for object_select by nameBrendon Murphy
fix for remove doubles
2012-01-19- Removed dots from the end of descriptionSergey Sharybin
- Check for keymap availability to suppress warning messages when running blender in background mode
2012-01-14remove api field, was never used.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-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
* You only have to do layout.prop if you want 1 property, no need for row then! * Use col, row, sub as variable names, not colsub, rowsub, row2 etc please. * Povray Addon: Still used a lot of splits, you need no split when you only have 1 column!
2011-08-06Addon updates for keymap changes.Brecht Van Lommel
[[Split portion of a mixed commit.]]
2011-07-25swap vector multiplication order, also some style changesCampbell Barton
2011-04-25SVN maintenance.Guillermo S. Romero
2011-04-11Updated the grease pencil layer conversion to work in Object mode instead of ↵Eclectiel L
Edit mode, for GPENCIL_OT_SURFSK_add_surface and GPENCIL_OT_SURFSK_strokes_to_curves.
2011-04-05Corrected bl_labels.Eclectiel L
2011-04-04fix from perfection cat (sindra1961), update for API changes.Campbell Barton
2011-04-03trunk/py/scripts/addons/mesh_bsurfaces.pyBrendon Murphy
line 19 changed bl_addon_info, to bl_info so script shows up in addons menu.
2011-04-02update for changes in blenders api.Campbell Barton
2011-04-02SVN maintenance.Guillermo S. Romero
2011-04-01An update over surface sketching, allowing object level transformations, ↵Eclectiel L
Undo, and solving some problems like a mesh duplication that was taking place when there were no strokes, and eliminating a remove doubles that was performed in the whole mesh, now limiting it to just the areas where it's needed to merge the new surface.
2011-04-01(no commit message)Eclectiel L