1.1.0 FLASH LIBRARY: -------------- FIXED - Garbage Collector problems. Important Notes: * If you want to recompile your project using this version, please test! we did a lot of important changes to fix the GC. * To really free al resources, you should use dispose() method of the scene. * Make sure to unlink all your own resources or references to Flare3D objects. * Some few objects may remain in memory because they are cached static objects. * The GC may not occur immediately, and some objects will be removed until the second or third pass. * If you experiment GC issues, please report them in the forum. CHANGE - The license calls to flare3d.com reduced to 1/15. NEW - Added Scene3D autoDispose propery - set or returns if the scene is automatically disposed when its container is removed from the stage. By default is true. NEW - Added Canvas3D showMenu property - Show or hide the "About Flare3D" contextual menu. Ex: scene.canvas.showMenu = true; NEW - Added SphereCollision target property getter. FIXED - The Flare3D.swc library now it is added automatically also to the Flash CS5 library paths with the Flare3D installer. FIXED - some other minor bugs. 1.0.65 3DMAX PLUGIN: ------------- FIEXD/CHANGE - Some problems with alpha in Flare3D materials. The alpha property correspond to the alpha property of Flare3D Library. Only use if you need dynamic alpha, for static alpha is much better apply directly on the texture. FIXED - Error when the materials id's are incoherents with Multi/Sub-Object. FLASH LIBRARY: -------------- FIXED - some minor bugs. FLARE3D EXPLORER: ----------------- UPDATE - 1.0.64 3DMAX PLUGIN: ------------- UPDATED - Flare3D About menu - now shows some information about the Flare3D status. FIXED - Problems with flare3d.ini file on Windows Vista. FLARE3D EXPLORER: ----------------- FIXED - File - Reset menu option bug, resources did not eliminate and fixed issues with navegation bar. FLASH LIBRARY: -------------- FIXED - some minor bugs. 1.0.63 3DMAX PLUGIN: ------------- CHANGE - "Export Animations" menu, the "Viewport Camera" don't be exported. FIXED - fixed support for shell materials. (caution!, both textures will be included in f3d file). FLASH LIBRARY: -------------- NEW - Fat-SWC - the swc includes the documentation functions, parameters and properties. NEW - Pivot3DUtils.appendAnimation() - ignoreRoot parameter - If the sourceRoot pivot is a container for other pivots, and you want to manipulate them through the source, this parameter allow you to keep the source with previous or without animation. NEW - Resources3D.dispose() - Eliminates cached resources. FIXED - Pivot3D.dispose() bug when disposes complete scene some pivots don't dispatch unlaod events. FIXED - Flare3DLoader - improved performance and loading time. FIXED - Flare3DLoader - loadBytes() method is now synchronous for objects hierarchy, but to to get access to the material and textures, need to wait to the 'complete' event. FLARE3D EXPLORER: ----------------- NEW - Show All Axis in View menu - useful for f3d files that only contains animations. 1.0.62 3DMAX PLUGIN: ------------- NEW - "F3D Vertex Animation" modifier (beta). NEW - "Flare3D Export Animations" menu (beta). FLASH LIBRARY: -------------- NEW - VertexAnimationModifier class - support for vertex animations and morph (beta). NEW - Pivot3DUtils.appendAnimation() - add animation frames and labels to source pivot from another pivot, including children (beta). NEW - Pivot3DUtils.replaceAnimation() - replace animation frames and labels to source pivot from another pivot, including children (beta). NEW - Pivot3DUtils.clearAnimations() - clear all animations and labels of source pivot, including children (beta). NEW - Device3D.renderMethod property - it can be used to change the event used for rendering, RENDER_ON_TIMER, RENDER_ON_ENTERFRAME, RENDER_NONE. by default is RENDER_ON_TIMER. NEW - Pivot3D.updateNormals() method - recalculate all polysgons normals and smoothing groups. NEW - set Pivot3D.currentFrame property - now you can set directly the frame. same as gotoAndStop(). but, it is useful for tweens librarys. FIXED - Pivot3D.animationEnabled bug - increased the currentFrame when it was false. FIXED - Debug3D and Pivot3D.dispose() bug - throw error when uses dispose() method before remove the debug data. now it is automatically removed. FLARE3D EXPLORER: ----------------- NEW - suuport for vertex animations. NEW - now you can click on timeline to change the scene frame. NEW - double click on timeline scroll to play. 1.0.61 FLASH LIBRARY: -------------- CHANGE - Flare3DLoader.visible - if the parent node is visible = false, then all children are invisible. this allow to hide entire containers before Scene3D.COMPLETE_EVENT. FIXED - canvas.setViewport() bug - when set resolutions before adds the sprite container. FIXED - Plane primitive bug - translation in axis "-xy", "-xz" and "-yz" FIXED - Pivot3D.getScreenCoords() bug when try to use before render. 1.0.60 FLASH LIBRARY: -------------- FIXED - Flare3DLoader bug - loadBytes() throw error with compressed *.f3d files. 1.0.59 First Public Release!.