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
2019-01-25addons: object select_set syntax updateNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-19Fix invalid string comparisonsCampbell Barton
Identity checks should never be used with strings, it may fail based on Python's interning logic.
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-09-26Bsurfaces: Cleanup some statements that make no senseJacques Lucke
Differential: https://developer.blender.org/D3734
2018-07-13Fix Bsurfaces error with international 'Translate New Data' optionPhilipp Oeser
second issue mentioned in T55960, this time the name lookup of the generated shrinkwrap modifier could go wrong thanx @icyp for investigating
2018-07-13Fix T55960: Bsurfaces error with international 'Translate New Data'Philipp Oeser
option thanx @icyp for investigating
2017-04-14Bsurfaces: Update panel Rename, Cleanuplijenstina
Bumped version to 1.5.1 As a part of the task T50726: Update the Panel rename code to more generic one PEP8 cleanup: Tuple imports and use them for class types Consistent Scene props definitions Update url link Note: Moved the Scene Properties into a PropertyGroup Access them with bpy.context.scene.bsurfaces There are still some possibly unused variables In the future, during a refactor that could be adressed (as they are not all function calls) Fixed some crashes that i got during testing: line 1402: The Remove Doubles treshold calc in one case caused divide by zero - fallback to 0.0001 line 458: Index out of range error line 2955: zero Vector angles If there are some better solutions, these are the places to look
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2016-09-20Urgent fix: T49403 Fix for broken change tab category feature: user ↵meta-androcto
preferences save was broken
2016-08-15bsurfaces: unify change tab categorymeta-androcto
2016-08-11bsurfaces: fix for undo, fix for u,v resolutionmeta-androcto
2015-10-15partial fix for reorder splinesmeta-androcto
T39664 Thanks Joshua Leung (aligorith)
2015-10-15disable reorder splines buttonmeta-androcto
2015-08-25improved error reports: T45372 thanks Leon(Leon95)Brendon Murphy
2015-01-23Fix T43387: BSurfaces error disables global undoBastien Montagne
Real ugly stupid error... :/
2014-10-13fix warnings with UI descriptionPhilipp Oeser
2014-08-14fixes to bl_info, minor cleanup, toolshelf fix for bsurfaces.Brendon Murphy
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2014-02-01Add BSurfaces to 'Tools' tabJonathan Williamson
2013-09-18update for changes in blender.Campbell Barton
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