From 1521158158de8445cc77af94df7a4d6bc311eec9 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Wed, 27 Feb 2008 22:29:02 +0000 Subject: [PATCH] Getting ready for 1.5.0 --- doc/doc/ReleaseNotes | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/doc/doc/ReleaseNotes b/doc/doc/ReleaseNotes index e64a99d324..f55aff6a9e 100644 --- a/doc/doc/ReleaseNotes +++ b/doc/doc/ReleaseNotes @@ -1,8 +1,21 @@ ------------------------- RELEASE 1.4.3 ------------------------ +------------------------ RELEASE 1.5.0 ------------------------ -* New support for normal & gloss texture stages. - - actual normal mapping and gloss mapping not included yet. -* Ability to use method move_pointer on a raw mouse. +* Shader Generator means advanced rendering without + having to manually write shaders. Includes: + - Per-Pixel Lighting + - Normal Maps + - Gloss Maps + - Glow (Self-Illumination) Maps + - HDR tone mapping + - Cartoon shading +* Class 'CommonFilters' makes it easy to do image postprocessing: + - Bloom Filter + - Cartoon Inking + - More coming soon. +* Maya exporter now supports normal maps, gloss maps, glow maps. +* Now compiled for Python 2.5 +* Adds support for Maya 2008 export. +* Lots of small tweaks, bugfixes, performance improvements, etc. ------------------------ RELEASE 1.4.2 ------------------------