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-05-18 12:34:08 +0400
committerJonathan Smith <j.jaydez@gmail.com>2011-05-18 12:34:08 +0400
commitec7aaa4402261950d803cd69e4ecdd33c51cd56a (patch)
treefac3e714d49fe0c242d447af461900c8ca51558f /texture_paint_layer_manager.py
parentc378a228738c94182b9f7cc9879b3e2096d10d26 (diff)
Changed location text for texture paint layer script
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 8a28d3a7..366c8534 100644
--- a/texture_paint_layer_manager.py
+++ b/texture_paint_layer_manager.py
@@ -4,7 +4,7 @@ bl_info = {
"version": (1, 0),
"blender": (2, 5, 7),
"api": 35964,
- "location": "Texture paint 'nkey' panel",
+ "location": "Texture Paint > Properties > Texture Paint Layers Panels",
"description": "Adds a layer manager for image based texture slots in paint and quick add layer tools",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/3D_interaction/Texture_paint_layers",