Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Matthews <johnny.matthews@gmail.com>2004-05-15 06:28:03 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2004-05-15 06:28:03 +0400
commit95c546bd9d9a644edd3dd3f5ca5fb7f6fd51f1de (patch)
tree93fcef71848757ba0eddf10402b0775f39804fc6 /source/blender/include/BIF_space.h
parentdd2a4a0249a725779ab7aa0bbcd45e79a9b938d6 (diff)
Adds a 'paint' floating panel to the image window to control brush settings for texture paint mode.
Also adds paint and properties to the view menu in image window.
Diffstat (limited to 'source/blender/include/BIF_space.h')
-rw-r--r--source/blender/include/BIF_space.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h
index 04cc7ad359a..8452745bbec 100644
--- a/source/blender/include/BIF_space.h
+++ b/source/blender/include/BIF_space.h
@@ -59,6 +59,7 @@ struct BWinEvent;
/* image handler codes */
#define IMAGE_HANDLER_PROPERTIES 30
+#define IMAGE_HANDLER_PAINT 31
/* action handler codes */
#define ACTION_HANDLER_PROPERTIES 40