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:
authorJonathan Smith <j.jaydez@gmail.com>2011-06-03 03:30:51 +0400
committerJonathan Smith <j.jaydez@gmail.com>2011-06-03 03:30:51 +0400
commite07e8ed44b7c6c76a69ec4e908b9a43a86e1ec3f (patch)
treea557a3900c7a64f984f494a34dec4dbc75c7fda8 /texture_paint_layer_manager.py
parentbf9647e73971623ef9fd0c893eb5d0ea82c23af0 (diff)
Changed Texture Paint Layer Manager's category to Paint now that dynamic enums are supported again
Diffstat (limited to 'texture_paint_layer_manager.py')
-rw-r--r--texture_paint_layer_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/texture_paint_layer_manager.py b/texture_paint_layer_manager.py
index 366c8534..c431f03f 100644
--- a/texture_paint_layer_manager.py
+++ b/texture_paint_layer_manager.py
@@ -9,7 +9,7 @@ bl_info = {
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/3D_interaction/Texture_paint_layers",
"tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=26789",
- "category": "Other"}
+ "category": "Paint"}
import bpy