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-02 23:52:32 +0400
committerTon Roosendaal <ton@blender.org>2005-04-02 23:52:32 +0400
commit90df59630eaf886977e8aea2691cae7d365d9fe4 (patch)
treecd0d5d587655acc9955517b5a5ca9b47595bb8dd /source/blender/include/butspace.h
parentfc663edf7278f5b2a7dcde9845be0d17a3dc6926 (diff)
More softbody goodness;
- Added Softbody effect for Lattices (not too useful yet without vertexgroups though) - Added default vertex "goal" value + button, to be assigned when no vertexgroup exists (or vertex isn't in the group) - Made softmin and softmax work as documented (defining min and max range) - made changes in buttons send 'update' signal to softbody And: - added Nkey Properties to show lattice coordinates
Diffstat (limited to 'source/blender/include/butspace.h')
-rw-r--r--source/blender/include/butspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index 839e2683518..1b6d20f1b16 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -218,6 +218,8 @@ void test_idbutton_cb(void *namev, void *arg2_unused);
#define B_RELKEY 1415
#define B_CURVECHECK 1416
+#define B_SOFTBODY_CHANGE 1420
+
/* this has MAX_EFFECT settings! Next free define is 1450... */
#define B_SELEFFECT 1430