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>2005-04-16 18:01:49 +0400
committerTon Roosendaal <ton@blender.org>2005-04-16 18:01:49 +0400
commit7943f7990ef3553761ce492237dc669cae3843db (patch)
tree6390e6da042375d8f8895fe6eddc275259f8d214 /source/blender/include/butspace.h
parent097726eb50226028cdfd41da9457769ac7e48834 (diff)
Softbody:
- Added browsing for vertex group for "Goal" in SoftBody buttons. - Means the default name "SOFTGOAL" isn't needed anymore - temporally, on file read, the "SOFTGOAL" vertex group is set, if exists - removing vertex group possible too - changed softbody.c code to use this
Diffstat (limited to 'source/blender/include/butspace.h')
-rw-r--r--source/blender/include/butspace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index 1b6d20f1b16..4b5f5a67258 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -35,6 +35,7 @@
/* all internal calls and event codes for buttons space */
struct Base;
+struct Object;
struct ID;
@@ -76,6 +77,7 @@ extern void do_fontbuts(unsigned short event);
extern void do_mballbuts(unsigned short event);
extern void do_latticebuts(unsigned short event);
extern void do_fpaintbuts(unsigned short event);
+extern char *get_vertexgroup_menustr(struct Object *ob); // used in object buttons
/* shading */
extern void material_panels(void);
@@ -219,6 +221,7 @@ void test_idbutton_cb(void *namev, void *arg2_unused);
#define B_CURVECHECK 1416
#define B_SOFTBODY_CHANGE 1420
+#define B_SOFTBODY_DEL_VG 1421
/* this has MAX_EFFECT settings! Next free define is 1450... */
#define B_SELEFFECT 1430