From 9be296289c6828287de21e84da283eb9e698c365 Mon Sep 17 00:00:00 2001 From: Kester Maddock Date: Sat, 6 Nov 2004 22:10:47 +0000 Subject: [PATCH] Update Python reference version number --- source/gameengine/PyDoc/WhatsNew.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/gameengine/PyDoc/WhatsNew.py b/source/gameengine/PyDoc/WhatsNew.py index dcc6ba4883c..b53e71aa884 100644 --- a/source/gameengine/PyDoc/WhatsNew.py +++ b/source/gameengine/PyDoc/WhatsNew.py @@ -5,11 +5,12 @@ New Python Functionality in this Version of Blender This document lists what has been changed in the Game Engine Python API. -Blender CVS +Blender 2.35 ------------ - Added tic rate methods to L{GameLogic} - Added stereo eye separation and focal length methods to L{Rasterizer}. - Fixed L{Raterizer}.makeScreenshot() method. + - Added setLogicTicRate() and setPhysicsTicRate() to L{GameLogic} Blender 2.34 ------------