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
diff options
context:
space:
mode:
authorDaniel Salazar <zanqdo@gmail.com>2011-07-03 04:14:01 +0400
committerDaniel Salazar <zanqdo@gmail.com>2011-07-03 04:14:01 +0400
commit7358107bb9ce9dd8d4d2dc9d69cee0288a9030a8 (patch)
tree559cea72676e94a6e233fae53b0f246587b6aa37 /paint_palette.py
parent66ce604454dd4eba994706a3abb7346d70137a46 (diff)
Graduating Paint Palette from beta. Really a great quality addon :)
Diffstat (limited to 'paint_palette.py')
-rw-r--r--paint_palette.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paint_palette.py b/paint_palette.py
index be5bd128..5d403a83 100644
--- a/paint_palette.py
+++ b/paint_palette.py
@@ -28,7 +28,7 @@ bl_info = {
"api": 36826,
"location": "Image Editor and 3D View > Any Paint mode > Color Palette or Weight Palette panel",
"description": "Palettes for color and weight paint modes",
- "warning": "beta",
+ "warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Paint/Palettes",
"tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=25908",
"category": "Paint"}