make clear that 'concave mesh' is really for static triangle mesh. too many people try to make it moving, it is for landscapes/static environment.
This commit is contained in:
@@ -2439,7 +2439,7 @@ void buttons_ketsji(uiBlock *block, Object *ob)
|
||||
&ob->gameflag, 0, 0,0, 0,
|
||||
"Specify a bounds object for physics");
|
||||
if (ob->gameflag & OB_BOUNDS) {
|
||||
uiDefButS(block, MENU, REDRAWVIEW3D, "Boundary Display%t|Box%x0|Sphere%x1|Cylinder%x2|Cone%x3|Concave Mesh %x4|Convex Polytope%x5",
|
||||
uiDefButS(block, MENU, REDRAWVIEW3D, "Boundary Display%t|Box%x0|Sphere%x1|Cylinder%x2|Cone%x3|Convex Hull Polytope%x5|Static TriangleMesh %x4|",
|
||||
85, 125, 140, 19, &ob->boundtype, 0, 0, 0, 0, "Selects the collision type");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user