Browse Source

Getting ready for 1.5.0

Josh Yelon 18 years ago
parent
commit
1521158158
1 changed files with 18 additions and 5 deletions
  1. 18 5
      doc/doc/ReleaseNotes

+ 18 - 5
doc/doc/ReleaseNotes

@@ -1,8 +1,21 @@
-------------------------  RELEASE 1.4.3  ------------------------
-
-* 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.
+------------------------  RELEASE 1.5.0  ------------------------
+
+* 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  ------------------------