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:
authorErwin Coumans <blender@erwincoumans.com>2006-11-30 03:19:27 +0300
committerErwin Coumans <blender@erwincoumans.com>2006-11-30 03:19:27 +0300
commit2572b9f72c8f10b01de949e59b481ac5a587aca4 (patch)
tree8500180c02ce6f7e5ace9c1d62f408d62c8be7f2 /source/gameengine/Ketsji/KX_KetsjiEngine.h
parent99d66e1d5e8c9d32c6289cd453ebec3f708aa249 (diff)
Reserved some Bullet 2.x constraint data.
Although we will delay the main Rigid Body user interface after 2.43 release early 2007, I need some constraint data/UI to make progress with COLLADA Physics. Added RigidBody constraint UI LR_ALTKEY+LR_CTRLKEY+LR_SHIFTKEY+ P will bake rigidbody Contribution by RCRuiz, Ramon Carlos.
Diffstat (limited to 'source/gameengine/Ketsji/KX_KetsjiEngine.h')
-rw-r--r--source/gameengine/Ketsji/KX_KetsjiEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_KetsjiEngine.h b/source/gameengine/Ketsji/KX_KetsjiEngine.h
index d78ad955e1a..ae33e8da998 100644
--- a/source/gameengine/Ketsji/KX_KetsjiEngine.h
+++ b/source/gameengine/Ketsji/KX_KetsjiEngine.h
@@ -205,7 +205,7 @@ public:
void NextFrame();
void Render();
- void StartEngine();
+ void StartEngine(bool clearIpo);
void StopEngine();
void Export(const STR_String& filename);