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
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-12addons: manual links, minor changes to match functional areas.meta-androcto
2019-12-01add manual linksmeta-androcto
2019-05-24paint_palette: initial update 2.8meta-androcto
2019-01-23addons: add missing text= keyword after labelNBurn
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-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-10-09Update for new icon set.Brecht Van Lommel
2018-03-01Fix T54094: Paint Palette saving presets path issueslijenstina
Bumped version to 0.9.4 Some style tweaks Rename some of the classes for consistency Replace the import_module with register_class Remove the Weights Property_Group since it is not used Fix the issues with using related to relative paths for presets: - use the os.normpath output of the absolute path - add some checks for path existing - add a warning about not saved blend file (bpy.data.filepath)
2017-11-02Fix T53136: Make the .gpl palette import more robustlijenstina
Bump version to 0.9.3 Make the gpl preset execution more robust: - Don't load non .gpl files in the preset menu - Use re.split instead of the fixed slicing - Add messages about failure to read the file and filepath Small cleanup Note: Probably there could be more cases when the import of a valid palette file can fail, or parsing can be improved
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