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:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-04-16 10:07:09 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-04-16 10:07:09 +0400
commit98b8c5102d50d1141061ea3cb276fac6786ae7e7 (patch)
treeac5170923a054b4f70e81c675cea34109b110ee6 /source/blender/src/buttons_logic.c
parent93fe8b63b99f318aaaf3213955fe766f608218f6 (diff)
Increased maximum mass to 10000.
Added "%x4" to the end of "Polyheder" in drawtypes menu.
Diffstat (limited to 'source/blender/src/buttons_logic.c')
-rw-r--r--source/blender/src/buttons_logic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/buttons_logic.c b/source/blender/src/buttons_logic.c
index 63ffa95abef..fba06a265df 100644
--- a/source/blender/src/buttons_logic.c
+++ b/source/blender/src/buttons_logic.c
@@ -2341,7 +2341,7 @@ void buttons_ketsji(uiBlock *block, Object *ob)
&ob->gameflag, 0, 0, 0, 0,
"Use face normal to rotate Object");
uiDefButF(block, NUM, B_DIFF, "Mass:", 110, 185, 80, 19,
- &ob->mass, 0.01, 100.0, 10, 0,
+ &ob->mass, 0.01, 10000.0, 10, 0,
"The mass of the Object");
uiDefButF(block, NUM, REDRAWVIEW3D, "Size:", 190, 185, 80, 19,
&ob->inertia, 0.01, 10.0, 10, 0,