[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20254] trunk/blender/source/gameengine/ PyDoc/GameTypes.py: BGE: forgot the PyDoc in previous commit

Benoit Bolsee benoit.bolsee at online.be
Mon May 18 10:51:55 CEST 2009


Revision: 20254
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20254
Author:   ben2610
Date:     2009-05-18 10:51:55 +0200 (Mon, 18 May 2009)

Log Message:
-----------
BGE: forgot the PyDoc in previous commit

Modified Paths:
--------------
    trunk/blender/source/gameengine/PyDoc/GameTypes.py

Modified: trunk/blender/source/gameengine/PyDoc/GameTypes.py
===================================================================
--- trunk/blender/source/gameengine/PyDoc/GameTypes.py	2009-05-18 08:46:04 UTC (rev 20253)
+++ trunk/blender/source/gameengine/PyDoc/GameTypes.py	2009-05-18 08:51:55 UTC (rev 20254)
@@ -2668,6 +2668,8 @@
 	
 	@ivar pid: The PID coefficients of the servo controller
 	@type pid: list of floats [proportional, integral, derivate]
+	@ivar reference: The object that is used as reference to compute the velocity for the servo controller.
+	@type reference: KX_GameObject or None
 	
 	@group Deprecated: getForce, setForce, getTorque, setTorque, getDLoc, setDLoc, getDRot, setDRot, getLinearVelocity, setLinearVelocity, getAngularVelocity,
 						setAngularVelocity, getDamping, setDamping, getForceLimitX, setForceLimitX, getForceLimitY, setForceLimitY, getForceLimitZ, setForceLimitZ,





More information about the Bf-blender-cvs mailing list