File: WhatsNew.py

package info (click to toggle)
blender 2.42a-7
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 60,700 kB
  • ctags: 83,393
  • sloc: ansic: 576,763; cpp: 187,760; python: 48,472; sh: 15,785; makefile: 4,298; perl: 2,082; asm: 1,471; java: 8
file content (34 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download | duplicates (2)
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
26
27
28
29
30
31
32
33
34
# $Id: WhatsNew.py,v 1.7 2005/01/16 06:02:05 kester Exp $
"""
New Python Functionality in this Version of Blender
===================================================

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

Blender CVS
	- Added L{KX_GameObject}.getDistanceTo() method. (thanks Charlie C)
	- Added L{KX_PolygonMaterial} module

Blender 2.36
------------
	- Added L{KX_CameraActuator} methods (thanks snail)

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

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

"""