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:
Diffstat (limited to 'source/blender/include/butspace.h')
-rw-r--r--source/blender/include/butspace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index 998453ca69b..7c713a0fec9 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -288,6 +288,10 @@ void curvemap_buttons(struct uiBlock *block, struct CurveMapping *cumap, char la
#define B_SOFTBODY_DEL_VG 1421
#define B_SOFTBODY_BAKE 1422
#define B_SOFTBODY_BAKE_FREE 1423
+#define B_SOFTBODY_UP_GRMASS 1424
+#define B_SOFTBODY_DEL_VGMASS 1425
+#define B_SOFTBODY_UP_GRSPRING 1426
+#define B_SOFTBODY_DEL_VGSPRING 1427
/* Fluidsim button defines */
#define B_FLUIDSIM_BAKE 1450