blender/projectfiles_vc7/gameengine
Benoit Bolsee e7384c9dd2 Commit patch #8799: Realtime SetParent function in the BGE
This patch consists in new KX_GameObject::SetParent() and KX_GameObject::RemoveParent() functions to create and destroy parent relation during game. These functions are accessible through python and through a new actuator KX_ParentActuator. Function documentation in PyDoc.
The object keeps its orientation, position and scale when it is parented but will further rotate, move and scale with its parent from that point on. When the parent relation is broken, the object keeps the orientation, position and scale it had at that time.
The function has no effect if any of the X/Y/Z scale of the object or its new parent are below Epsilon.
2008-04-06 18:30:52 +00:00
..
blenderhook updating vc7 projectfiles to link to python2.5 2007-03-01 20:49:44 +00:00
converter updating vc7 projectfiles to link to python2.5 2007-03-01 20:49:44 +00:00
expression updating vc7 projectfiles to link to python2.5 2007-03-01 20:49:44 +00:00
gamelogic == MSVC 7.1 projectfiles == 2008-02-04 19:59:31 +00:00
gameplayer BlenderPlayer Win project was -again- damaged by the inclusion of libblenkey.lib, now removed 2008-03-09 21:05:05 +00:00
ketsji Commit patch #8799: Realtime SetParent function in the BGE 2008-04-06 18:30:52 +00:00
network Update to the VC7 projectfiles. 2006-04-17 20:05:39 +00:00
physics/PHY_Physics Update to the VC7 projectfiles. 2006-04-17 20:05:39 +00:00
rasterizer == MSVC 7.1 projectfiles == 2008-02-04 19:59:31 +00:00
scenegraph Update to the VC7 projectfiles. 2006-04-17 20:05:39 +00:00