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-03 04:04:44 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-04-03 04:04:44 +0400
commit164463e2008a50f98f50baef2f60a0b5b4cff0b1 (patch)
tree6ca09a0242386d7c21b142e920c7f0671c9cf45b /source/blender/src/buttons_shading.c
parent34ecd03f7d0e2a3e11b8528aee9cd8766a5dd5a8 (diff)
#define some constants for physics engines in DNA world types.
Diffstat (limited to 'source/blender/src/buttons_shading.c')
-rw-r--r--source/blender/src/buttons_shading.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/buttons_shading.c b/source/blender/src/buttons_shading.c
index 1ddecaa5832..8f4ced19085 100644
--- a/source/blender/src/buttons_shading.c
+++ b/source/blender/src/buttons_shading.c
@@ -1526,13 +1526,13 @@ static void world_panel_mistaph(World *wrld)
uiBlock *block;
block= uiNewBlock(&curarea->uiblocks, "world_panel_mistaph", UI_EMBOSS, UI_HELV, curarea->win);
- if(uiNewPanel(curarea, block, "Mist Stars Physics", "World", 640, 0, 318, 204)==0) return;
+ if(uiNewPanel(curarea, block, "Mist / Stars / Physics", "World", 640, 0, 318, 204)==0) return;
uiSetButLock(wrld->id.lib!=0, "Can't edit library data");
#if GAMEBLENDER == 1
uiDefButI(block, MENU, 1,
- "Physics %t|None %x1|Sumo %x2|ODE %x3 |Dynamo %x4|",
+ "Physics %t|None %x0|Sumo %x2",
10,180,140,19, &wrld->physicsEngine, 0, 0, 0, 0,
"Physics Engine");