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-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