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:
authorTon Roosendaal <ton@blender.org>2007-03-16 14:29:40 +0300
committerTon Roosendaal <ton@blender.org>2007-03-16 14:29:40 +0300
commitdc9a21f25b3661fac4c2e87cac63e764a46e0452 (patch)
treeca5e2688f756171ecefe33c7bf4b8993978c46ee /source/blender/include/butspace.h
parent001939bd66f614012e5618c302c23417cb608acb (diff)
Patch #6121 by Diego Borghetti
Create/delete vertex groups now is possible in Object mode too (using the buttons in editbuttons).
Diffstat (limited to 'source/blender/include/butspace.h')
-rw-r--r--source/blender/include/butspace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index 4135767b723..07d19df141a 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -417,6 +417,7 @@ void curvemap_buttons(struct uiBlock *block, struct CurveMapping *cumap, char la
#define B_DESELVGROUP 2096
#define B_AUTOVGROUP 2097
#define B_LINKEDVGROUP 2098
+#define B_COPYVGROUP 2099