home *** CD-ROM | disk | FTP | other *** search
/ Freelog 59 / Freelog059.iso / Solution / Moteurs3D / Blender / blender-2.33a-windows.exe / Release_233a.txt < prev    next >
Text File  |  2004-05-13  |  3KB  |  91 lines

  1. Release notes Blender 2.33a
  2.  
  3. This is the update of 2.33 release, with essential bug fixes.
  4.  
  5. For the full 2.33 release log, please check: 
  6. http://www.blender3d.org/cms/Releaselogs.34.0.html
  7.  
  8. ---- Bug fixes -------------
  9.  
  10. - Audio strips in sequencer crashed.
  11.  
  12. - Speedup in ALT+A animation playback. Result of better code for armature
  13.   display lists and Python script-links
  14.  
  15. - Windows installer: better checks for where files are written, which 
  16.   caused some startup files not to be found correctly in 2.33
  17.  
  18. - Bug fix for AO and Soft shadow:
  19.   When Traceable was off, and the rendered pixel was outside Octree, the
  20.   intersection was going wrong. Due to the many samples taken not easy
  21.   to see, but certainly causing extra noise.
  22.  
  23. - Fix in ray tracing in general: improved check for extreme small values
  24.   in central Octree traverse. This solves occasional hang (Windows) and
  25.   reports substantial speedups at OSX (no FPE exceptions)
  26.  
  27. - UV editing in FaceSelect mode: bug caused wrong mapping for the 
  28.   option "From Window"
  29.  
  30. - Game engine: fix for (material) drawing sharing vertices
  31.  
  32. - Game engine: Use external velocity (velocity set by the game engine - not
  33.   the physics engine) for Motion Actuators
  34.  
  35. - Material preview showed bump mapping inverse
  36.  
  37. - Windows: file select window crashed with files having dates outside of  
  38.   range (1970-2034 or so)
  39.  
  40. - ALT+A playback did a redraw of other windows with wrong frame, potentially
  41.   causing a flicker in display
  42.  
  43. - Fixed little annoyance that caused previewrender not to clear sometimes.
  44.   For example when no Texture exists, and you switch from material to
  45.   texture buttons.
  46.  
  47. - Python: memory leak fixed in NMesh_getVertsFromGroup
  48.  
  49. - Python: Object.setEuler() was not accepting old style args of 3 floats.
  50.  
  51. - Python: bugfix #1197 (New Bone.parent/child Access Destructive)
  52.  
  53. - IBM graphics cards: they crashed on selecting Empty object, or on objects
  54.   with drawtype 'name'. Coded a bypass that doesnt draw this while selecting.
  55.  
  56.  
  57. ---- NEW! ---------
  58.  
  59. - Mouse Wheel Support for the Game Engine.
  60.  This adds "Wheel Up" and "Wheel Down" as choices to the Mouse sensor brick.
  61.  
  62. - Added two more mapping types to World buttons for sky render.
  63.  
  64.   "Sphere": spherical mapping for a 360 degree panorama
  65.   "Tube": cylindrical mapping for a 360 degree panorama
  66.  
  67.   Both mappings by default do only the sky (upper) hemisphere. The color
  68.   below is same as regular Horiz and Zenith colors, useful for setting
  69.   an AO effect.
  70.  
  71.   Sample pics:
  72.   http://www.1000skies.com/fullpanos/index.htm (commercial)
  73.  
  74. - Polish translation added
  75.  
  76. - FreeBSD: sound (SDL) support added
  77.  
  78. - Added tooltips, some extra pulldown menus, toolbox functions.
  79.  
  80. ------ for Developers ----------
  81.  
  82. - Scons support improved for OSX.
  83. - All needed libs for OSX 10.3 are in cvs, Scons builds without additional
  84.   install
  85. - Solid/Qhull compiles with makefiles
  86.  
  87. ---- Known issues ----------------
  88.  
  89. - Files saved with 2.32 or 2.33, and having a Theme in it, will most likely give grey UI text in 2.31 and 2.30 Blender versions. This was caused by a bug in the Blender file system... which is fixed now, but cannot be backwards fixed for Blender binaries in the past. :-)
  90.  
  91.