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
2017-04-15Paint Palletes: Cleanup, refactor some codelijenstina
Bumped version to 0.9.2 Pep8 cleanup Remove star imports Imports as tuples Consistent props definitions Refactor the VIEW3D_OT_reset_weight_palette operator and VIEW3D_PT_weight_palette panel removing if else walls Fix crash with trying to save a preset into a non existing path Small UI fixes (introduce the active icon in the palette menu) Update some tooltips Update links
2014-12-02Adding a couple of missing undo calls to the paint palette addon. Should ave ↵Daniel Salazar
done this a long time ago.
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-05-20Putting paint palette into tools categoryDaniel Salazar
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-10-30update for change in blender.Campbell Barton
2012-07-27update for change in blenderCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-06-19Changed attribute access from vertex_group_weight to ↵Dany Lebel
unified_paint_settings.weight
2012-05-26patch [#31578] Standard-conformal sets for .report() and operator return valuesCampbell Barton
from Sebastian Nell (codemanx)
2012-01-14remove api field, was never used.Campbell Barton
2011-12-06add back 3ds import image search optionCampbell Barton
2011-10-23Solved error message with presets menu when no path specifiedDany Lebel
2011-08-27- Implemented the Gimp Palette formatDany Lebel
- Unlimited number of colors - Configurable Palette folder
2011-07-10cleanupCampbell Barton
- remove unused imports - remove/comment unused vars - fix for some bugs with unused vars being used
2011-07-03Graduating Paint Palette from beta. Really a great quality addon :)Daniel Salazar
2011-05-26Corected the unregistering.Dany Lebel
2011-05-19Moving Paint Palettes to addons. Has been a good help here!Daniel Salazar
http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Paint/Palettes