2004-07-17 05:28:23 +00:00
|
|
|
# $Id$
|
|
|
|
"""
|
|
|
|
New Python Functionality in this Version of Blender
|
|
|
|
===================================================
|
|
|
|
|
|
|
|
This document lists what has been changed in the Game Engine Python API.
|
|
|
|
|
2005-01-16 05:55:04 +00:00
|
|
|
Blender CVS
|
|
|
|
- Added L{KX_GameObject}.getDistanceTo() method. (thanks Charlie C)
|
2005-01-16 06:02:06 +00:00
|
|
|
- Added L{KX_PolygonMaterial} module
|
2005-01-16 05:55:04 +00:00
|
|
|
|
2004-12-29 01:39:34 +00:00
|
|
|
Blender 2.36
|
|
|
|
------------
|
|
|
|
- Added L{KX_CameraActuator} methods (thanks snail)
|
|
|
|
|
2004-11-06 22:10:47 +00:00
|
|
|
Blender 2.35
|
2004-10-16 11:41:50 +00:00
|
|
|
------------
|
|
|
|
- Added tic rate methods to L{GameLogic}
|
2004-10-24 11:03:18 +00:00
|
|
|
- Added stereo eye separation and focal length methods to L{Rasterizer}.
|
2004-12-29 01:39:34 +00:00
|
|
|
- Fixed L{Rasterizer}.makeScreenshot() method.
|
2004-11-06 22:10:47 +00:00
|
|
|
- Added setLogicTicRate() and setPhysicsTicRate() to L{GameLogic}
|
2004-10-16 11:41:50 +00:00
|
|
|
|
2004-07-17 05:28:23 +00:00
|
|
|
Blender 2.34
|
|
|
|
------------
|
|
|
|
|
|
|
|
- Added getType() and setType() to L{BL_ActionActuator} and L{KX_SoundActuator} (sgefant)
|
|
|
|
- New Scene module: L{KX_Scene}
|
|
|
|
- New Camera module: L{KX_Camera}
|
|
|
|
- New Light module: L{KX_Light}
|
|
|
|
- Added attributes to L{KX_GameObject}, L{KX_VertexProxy}
|
|
|
|
- L{KX_SCA_AddObjectActuator}.setObject(), L{KX_TrackToActuator}.setObject() and
|
|
|
|
L{KX_SceneActuator}.setCamera() now accept L{KX_GameObject}s as parameters
|
|
|
|
|
|
|
|
"""
|