Welcome to mirror list, hosted at ThFree Co, Russian Federation.

WhatsNew.py « PyDoc « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dcc6ba4883ceb27e753df18abfcc932fa539a4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id$
"""
New Python Functionality in this Version of Blender
===================================================

This document lists what has been changed in the Game Engine Python API.

Blender CVS
------------
	- Added tic rate methods to L{GameLogic}
	- Added stereo eye separation and focal length methods to L{Rasterizer}.
	- Fixed L{Raterizer}.makeScreenshot() method.

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

"""