34 Commits

Author SHA1 Message Date
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
04d2e7af46 addons: manual links, minor changes to match functional areas. 2019-12-12 22:47:31 +11:00
44680646e7 add manual links 2019-12-01 14:36:01 +11:00
4c17f61364 paint_palette: initial update 2.8 2019-05-24 16:31:21 +10:00
49c1b40928 addons: add missing text= keyword after label 2019-01-23 15:03:09 -05:00
aeabdc02a8 Update Add-ons class properties to annotations
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.
2019-01-17 16:48:54 -05:00
1c75533d9c Merge branch 'master' into blender2.8 2018-10-19 18:13:31 +02:00
d7d3233715 Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
2018-10-19 18:12:29 +02:00
96cb6c0668 Update for new icon set. 2018-10-09 18:56:54 +02:00
c68d4e3b5f Fix T54094: Paint Palette saving presets path issues
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)
2018-03-01 10:19:17 +01:00
7a75719ec3 Fix T53136: Make the .gpl palette import more robust
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-11-02 21:22:56 +01:00
5f883054ce Paint Palletes: Cleanup, refactor some code
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
2017-04-15 03:25:47 +02:00
db911625d0 Adding a couple of missing undo calls to the paint palette addon. Should ave done this a long time ago. 2014-12-01 22:49:30 -06:00
5bc482f647 Maintenance to bl_info, remove redundant tracker URL's 2014-05-21 13:04:43 +10:00
8fc745907e Putting paint palette into tools category 2014-05-20 02:10:38 -06:00
049a5a86ed Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor other edits 2014-02-04 03:05:05 +01:00
2872d0440f fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?
make addons blender versions consistent
2012-12-19 16:07:27 +00:00
2b5eecb595 update for change in blender. 2012-10-30 12:37:06 +00:00
2c092f4897 update for change in blender 2012-07-27 15:16:59 +00:00
2dc06f6d50 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:01:43 +00:00
a93b6af6cd update wiki version ro 2.6
finished
2012-06-23 15:05:39 +00:00
4ba80e4894 Changed attribute access from vertex_group_weight to unified_paint_settings.weight 2012-06-19 13:21:28 +00:00
7a7c13e2e7 patch [#31578] Standard-conformal sets for .report() and operator return values
from Sebastian Nell (codemanx)
2012-05-26 09:57:17 +00:00
9291f167be remove api field, was never used. 2012-01-14 13:00:28 +00:00
08fab40c57 add back 3ds import image search option 2011-12-05 23:02:46 +00:00
83f84dfdb8 Solved error message with presets menu when no path specified 2011-10-22 21:05:35 +00:00
36580aced7 - Implemented the Gimp Palette format
- Unlimited number of colors
- Configurable Palette folder
2011-08-27 18:23:02 +00:00
8012053e1e cleanup
- remove unused imports
- remove/comment unused vars
- fix for some bugs with unused vars being used
2011-07-10 17:28:53 +00:00
7358107bb9 Graduating Paint Palette from beta. Really a great quality addon :) 2011-07-03 00:14:01 +00:00
3cfcf840e0 Corected the unregistering. 2011-05-26 01:50:45 +00:00
8a9d2b32b9 Moving Paint Palettes to addons. Has been a good help here!
http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Paint/Palettes
2011-05-19 08:42:47 +00:00