home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 25 / FreelogHS25.iso / Dessin / ArtOfIllusion2.2.1 / HISTORY < prev    next >
Text File  |  2006-02-11  |  20KB  |  430 lines

  1. Art of Illusion Version History
  2.  
  3. v2.2.1, Feb. 11, 2006
  4.  
  5. - Upgraded to Buoy 1.6.
  6. - Lots of bug fixes.
  7.  
  8. v2.2, Nov. 6, 2005
  9.  
  10. - The Raytracer is now multithreaded, allowing it to take advantage of
  11. multiple processors.
  12. - Scattering materials can now be rendered with photon maps, allowing accurate
  13. simulation of multiple scattering.
  14. - Added Ambient Occlusion as a new global illumination method.
  15. - When rendering global illumination, the raytracer can use more than one ray
  16. to sample the environment.
  17. - Various changes to the model for defining materials to make it more intuitive:
  18. renamed "material color" to "emissive color", added "transparency" parameter,
  19. changed various default values.
  20. - Added "Project Control Mesh Onto Surface" feature to the triangle mesh editor.
  21. - Texture previews can now be zoomed and panned using the standard keyboard
  22. shortcuts.
  23. - Added Exposure Correction camera filter.
  24. - The Camera Filter window now allows you to configure the preview rendering options.
  25. - The Camera Filter window now updates the preview automatically when any filter
  26. changes.
  27. - Dialogs for loading image files now show a preview of the image.
  28. - Tolerant selection mode in the triangle mesh editor now accepts edges/faces
  29. that overlap the selection region in any way, even if no vertex is inside
  30. (implemented by Csaba Nagy).
  31. - Many options in the mesh editor are now persistent between sessions.
  32. - Upgraded to Buoy 1.5.
  33. - Upgraded to Beanshell 2.0b4.
  34. - Upgraded to JOGL 1.1.1.
  35. - Lots of bug fixes.
  36.  
  37. v2.1, June 14, 2005
  38.  
  39. - OpenGL is now used for interactive rendering, allowing hardware acceleration
  40. (requires Jogl to be installed).
  41. - The Scale Object, Create Sphere, Create Cube, and Create Cylinder tools show
  42. the objects being resized in real time, rather than just bounding boxes.
  43. - The Preview Animation command can now use any of the standard display modes,
  44. not just wireframe.
  45. - When saving scenes, it now does a safe save (implemented by Nik Trevallyn-Jones).
  46. - There is an option to keep a backup file when saving.
  47. - When displaying a grid in parallel mode, the grid lines are numbered.
  48. - The Lathe, Extrude, and Skin tools place the newly created object in the same
  49. location as the objects it was created from.
  50. - When saving a scene or image, it asks for confirmation before overwriting an
  51. existing file.
  52. - The Scripts and Plugins Manager is now much faster when scanning for new scripts
  53. or plugins to download (written by Francois Guillet).
  54. - Some minor optimizations to rendering speed.
  55. - Upgraded to Buoy 1.4.
  56. - Lots of bug fixes.
  57.  
  58. v2.0, March 7, 2005
  59.  
  60. - Added noise reduction filter to the raytracer.
  61. - Mesh editing windows now offer a split view.
  62. - Changing the selection is now undoable.
  63. - Added new selection commands in mesh editing windows: invert selection, select
  64. boundary of current selection, select edge loop, and select edge strip.
  65. - When you select a face in the triangle mesh editor, it now hilights the entire
  66. face, not just the outline.
  67. - Saved scenes now use PNG compression for the image maps, which leads to smaller
  68. scene files.
  69. - Can use spacebar to toggle between tools.
  70. - Added popup menu to texture previews to view the object from different sides,
  71. and to select what object to show the texture on (sphere, cube, cylinder, or cone).
  72. - Added HLS module in the procedure editor.
  73. - When saving a movie as separate images, you can now number the frames starting
  74. at any number.
  75. - The object list now uses standard modifier keys (shift-click to select a range,
  76. control-click or command-click to toggle selection).
  77. - There is now a Swedish translation (written by Rasmus Anthin).
  78. - Upgraded to Buoy 1.3.
  79. - Bug fixes.
  80.  
  81. v1.9, Oct. 27, 2004
  82.  
  83. - Lots of optimizations to improve speed and memory use, especially in the raytracer.
  84. - Added tooltips to all the toolbar icons.
  85. - The template image can now be set separately for each view.
  86. - When the grid is enabled on a perspective view, it now shows a ground plane.
  87. - Added Show Coordinate Axes command.
  88. - Added Open Recent command.
  89. - The Create Cylinder tool now lets you specify the ratio of
  90. top/bottom radius.
  91. - Multiple levels of undo are now available.
  92. - The mouse scroll wheel can be used to scroll the score.
  93. - All of the deformation tools in the mesh editors now deform the surface in
  94. real time as it is dragged.
  95. - Rendered images can be saved in PNG format.
  96. - The color model selected in the Color Chooser window is now remembered between
  97. sessions.
  98. - With the Move Object, Rotate Object, and Move Points tools, you can use
  99. Alt+arrow keys to nudge objects by ten pixels at a time.
  100. - Added Comment modules to the procedure editor.
  101. - There is now a Portuguese translation (written by Marcos Sobrinho)
  102. - Upgraded to Buoy 1.2.
  103. - Lots of bug fixes.
  104.  
  105. v1.8, July 26, 2004
  106.  
  107. - The user interface has been completely rewritten to use Buoy
  108. instead of AWT.
  109. - Nearly all text in the program is now localized.
  110. - Added Skeleton Shape tracks.
  111. - Added Link to External Object command.
  112. - Added the Script and Plugin Manager (written by Francois Guillet).
  113. - The script editing window now provides smart indentation.
  114. - Added a "Mask" output to Image modules in the procedure editor.
  115. - Various bug fixes and minor UI improvements.
  116.  
  117. v1.7, Mar. 3, 2004
  118.  
  119. - Texture parameters can now be assigned per-face or per-face-vertex,
  120. as well as per-object or per-vertex.
  121. - UV mapping can now be done independently for each face.
  122. - Added Hide Selection command in the triangle mesh editor.
  123. - Added Textured display mode.
  124. - Added "Use Gestures to Shape Mesh" option to Inverse Kinematics tracks.
  125. - Texture previews in the procedure editor, texture mapping window,
  126. and UV mapping window are now resizeable.
  127. - Plugins can now define new procedure modules.
  128. - OBJ importer automatically rescales objects to better fit scene.
  129. - Camera filters can now depend on the depth map.
  130. - Added Outline filter.
  131. - There is now an Italian translation (written by Paolo Scarpa).
  132. - Upgraded to Beanshell 1.3.0.
  133. - Some optimizations to reduce memory use.
  134. - Many bug fixes.
  135.  
  136. v1.6, Sept. 14, 2003
  137.  
  138. - Rewrote the inverse kinematics solver.  It is now much more stable,
  139. and allows multiple joints to be pinned.
  140. - Added inverse kinematics tracks as a new type of distortion track.
  141. - The Bevel/Extrude function can now be applied to vertices and edges
  142. as well as faces.
  143. - Added Bevel/Extrude tool to give a more interactive interface for
  144. this function.
  145. - Added Create Vertex tool to the triangle mesh editor (partly written
  146. by Michael Butscher).
  147. - The "Close Selected Boundary" and "Join Selected Boundaries"
  148. commands can now be applied to incomplete (partially selected) pieces
  149. of boundaries.
  150. - The Skeleton tool now provides Forward Kinematics handles for
  151. adjusting each degree of freedom separately.
  152. - Added Import Skeleton command.
  153. - Added Set Parent Bone command.
  154. - Improved the appearance of bones in the mesh editor.  They are now
  155. three dimensional, and show through the surface when the Skeleton tool
  156. is selected.
  157. - The UV texture mapping window now has a Move View tool for scrolling
  158. the texture (implemented by Michael Butscher).
  159. - Improved antialiasing in the raytracer to reduce noise.
  160. - There is now a Japanese translation (written by Tanaka Masahiko).
  161. - There is now a French translation (written by Francois Guillet).
  162. - Various bug fixes and other minor improvements.
  163.  
  164. v1.5, May 31, 2003
  165.  
  166. - Added photon mapping.  This can be used to render both caustics and
  167. global illumination.  There are now three options for global
  168. illumination: Monte Carlo (the old method), Photon Mapping, or Hybrid.
  169. - Procedural textures can now depend on the angle at which the surface
  170. is viewed.
  171. - Cameras can have filters attached to them.  Current filters include
  172. Brightness, Saturation, Tint, Blur, and Glow.  Filters can be animated
  173. by adding a Pose track to the camera.
  174. - There is now a Danish translation (written by Jan Rouvillain).
  175. - A few bug fixes.
  176.  
  177. v1.4, Feb. 15, 2003
  178.  
  179. - The VRML and OBJ exporters can now export 2D textures as image maps.
  180. - Redesigned the antialiasing algorithm for the raytracer.  It now
  181. offers two levels of antialiasing, and produces better looking images
  182. while needing fewer rays/pixel.
  183. - Added "extra smoothing" options to the raytracer to reduce noise in
  184. global illumination.
  185. - Can load high dynamic range images in Radiance (.hdr) format for use
  186. as texture and environment maps.
  187. - Can save raytraced images as high dynamic range (.hdr) images.
  188. - Pose tracks now have a "relative" mode allowing complex motions to
  189. be built up from multiple tracks.
  190. - Restructured the "Add Track" submenu to make it easier to add
  191. different types of position and rotation tracks.
  192. - Display mode can be set independently for each of the four views in
  193. the main window.
  194. - The "Set Smoothness" and "Edit Points" commands now update the display
  195. in real time to give immediate feedback.
  196. - The procedure editor now supports cut and paste.
  197. - There is now a German translation (written by Martin Winkelbauer).
  198. - Added "Render Immediately" command.
  199. - Added "Optimize Mesh" command to the triangle mesh editor.
  200. - Added "Display as Quads" command to the triangle mesh editor.
  201. - Magnification can now be set to any value, rather than a fixed
  202. list of values.  In parallel projection mode, control-drag with the
  203. Move View tool zooms by changing the magnification.
  204. - Object editors now gray out anything which is not selectable based on
  205. your current tool and selection mode.
  206. - Can save rendered images in BMP format (implemented by Michael Butscher).
  207. - Converting a curve to a triangle mesh now produces a much better
  208. triangulation of the curve.
  209. - Minor user interface improvements too numerous to list (some
  210. implemented by Michael Butscher).
  211. - Various bug fixes.
  212.  
  213. v1.3, Nov. 24, 2002
  214.  
  215. - Added Beanshell scripting (requires Java 1.2 or later).
  216. - Added UV mapping.
  217. - There is now a "Shininess" texture property for setting the strength of
  218. specular highlights independent of specular reflections.
  219. - The raytracer now offers Russian Roulette sampling as an advanced option.
  220. - Implemented Ken Perlin's "improved" noise function.
  221. - The .obj importer can now import textures from .mtl files.
  222. - Added POV-Ray export (implemented by Norbert Krieg).
  223. - Lots of bug fixes.
  224.  
  225. v1.2, Aug. 9, 2002
  226.  
  227. - Added procedural distortions (Bend, Twist, Scale, Shatter, and Custom).
  228. - Added Tube objects.
  229. - Position and Rotation tracks can apply to any joint in the skeleton of
  230. an object.
  231. - Animations can be saved as Quicktime movies (implemented by Ken McNeill,
  232. requires Java Media Framework).
  233. - Added "Bind to Parent Skeleton" command.
  234. - Added a Preferences window for setting global options.
  235. - Added a freehand selection mode in object editors.
  236. - Object editors now let you independently hide or show the control mesh,
  237. object surface, and skeleton.
  238. - You can set a template image to use as the background in editing windows.
  239. - Started the (very long) process of internationalizing all text in the
  240. program, so it can be translated into other languages.  Spanish translation
  241. provide by Julio Sangrador Paton.
  242. - Bug fixes and speed improvements.
  243.  
  244. v1.1, May 5, 2002
  245.  
  246. - The raytracer now supports global illumination.
  247. - Can now import and export Wavefront .obj files.
  248. - Revised the inverse kinematics algorithm so that bones now move more
  249. easily, and meshes deform more smoothly around joints.
  250. - Added grids to the object editors.
  251. - The object editors now allow you to view other objects in the scene,
  252. and to work in either local or scene coordinate systems.
  253. - Added procedural position and rotation tracks.
  254. - Textures may now be applied to only the front or back surface of
  255. a mesh.
  256. - Added contextual popup menus on the item list in the main window, and
  257. the list of tracks in the score.
  258. - Added Frame Scene With Camera and Frame Selection With Camera commands.
  259. - Added a preview to the Bevel/Extrude window in the triangle mesh editor.
  260. - Added a 1D random noise module to the procedure editor.
  261. - Revised the interpolating subdivision algorithm for triangle meshes so
  262. that changing the smoothness of vertices now works in a more useful and
  263. intuitive way.
  264. - Lots of miscellaneous user interface improvements, including new keyboard
  265. equivalents for lots of commands.
  266. - Lots of bug fixes.
  267.  
  268. v1.0, Feb. 10, 2002
  269.  
  270. - Added Pose tracks, which allow you to animate the shape and other
  271. internal parameters of objects.
  272. - Adding a Pose track to a Spline Mesh or Triangle Mesh will convert it
  273. into an Actor.  This allows you to create predefined gestures for the
  274. object, which can be blended in arbitrary combinations and automatically
  275. morphed between.
  276. - Every Spline Mesh and Triangle Mesh now has a skeleton.  This can be
  277. used as a tool for shaping the mesh (with forward and inverse kinematics),
  278. and also allows morphing between gestures to happen in a more natural way.
  279. - Added an Array tool (written by Rick van der Meiden) for creating evenly
  280. spaced copies of objects.
  281. - Position, Rotation, and Constraint tracks can now be relative to any
  282. object (or, if it is a mesh, to any bone in its skeleton), not just to the
  283. immediate parent object.
  284. - Texture parameters can now be specified on a per-object basis, as well
  285. as per-vertex.
  286. - Added Texture Parameter tracks which allow you to animate the values
  287. of per-object texture parameters.
  288. - Texture mapping coordinates can now be bound to the vertices of a mesh,
  289. so that the texture will distort with the mesh.
  290. - The Move, Rotate, and Resize tools, as well as the Transform Object
  291. command, offer new options to specify how they interact with parent-child
  292. hierarchies and to set the center for rotation/scaling.
  293. - The file format is now finalized.  This means that files created with this
  294. version are guaranteed to be openable by later versions.
  295. - Many, many bug fixes and other minor improvements.
  296.  
  297. v0.9, Aug. 25, 2001
  298.  
  299. Where do I begin?  This version introduces animation, which touches (or
  300. will touch) almost every part of the program in one way or another.
  301. - Each object may have any number of animation tracks, which are applied
  302. according to their individual weight curves.  Current track types include 
  303. Position, Rotation (XYZ and quaternion), Visibility, and Constraint.
  304. - The Score provides a user interface for viewing and editing tracks and
  305. keyframes.
  306. - A Preview Animation command allows you to quickly render and view
  307. wireframe tests of animation sequences.
  308. - Animations can be rendered to a series of image files.  Multiple
  309. subframes per image can be used to create motion blur.
  310. - Various bulk keyframe editing commands allow you to simultaneously 
  311. modify large numbers of keyframes at once.
  312. - A Set Path from Curve command allows you to create animation paths
  313. from curve objects.
  314. - Any object can now be made a child of any other object by dragging it
  315. within the Object List, which is now a hierarchical display.
  316. - I have eliminated the Group and Ungroup commands.  They caused problems
  317. for animation, and the parent-child relationships described above offer
  318. a more powerful way of doing the same things.
  319. - There are several new modules in the procedural texture and material
  320. editor.  The most important of these is the Expression module (written
  321. by David Turner), which allows you to enter arbitrary mathematical
  322. expressions to be evaluated.  Others are Min, Max, Lighter, and Darker
  323. (the last two also by David Turner).  In addition, the Cells module now
  324. offers a choice of three different distance metrics.
  325. - Added a "tolerant selection mode" in the triangle mesh editor.
  326. - The Textures and Materials dialogs now allow you to import textures
  327. and materials from files.
  328. - Added Null objects.
  329. - Thanks to Carmen DiMichele for the beautiful new icons!
  330. - Bug fixes and miscellaneous user interface improvements beyond all
  331. reckoning.
  332.  
  333. v0.8, April 5, 2001
  334.  
  335. - Added Raster renderer.  Features include: Gouraud, Phong, and Hybrid
  336. shading methods; antialiasing; fog; bump mapping; displacement mapping;
  337. and environment mapping.
  338. - Added Lathe tool.
  339. - Added Extrude tool.
  340. - Added Skin tool.
  341. - Added Boolean Modelling tool.
  342. - Added lots of new commands to the triangle mesh and/or spline mesh
  343. editors: Clear, Select Boundary, Extend Selection, Close Selected Boundary,
  344. Join Selected Boundaries, Extract Selected Curve, and Invert Surface
  345. Normals.
  346. - All editing tools in the object editors now respect the mesh tension.
  347. - Added a tool for moving vertices inward or outward along the local
  348. surface normal.
  349. - Any camera in a scene can now be specified as the viewpoint in a scene
  350. window.  (Removed the "View Through Camera" command, which was no longer
  351. needed.)
  352. - In the "Align Objects" command, can now specify the precise coordinates
  353. to align to.
  354. - Lots of bug fixes and user interface improvements.
  355.  
  356. v0.7, Jan. 15, 2001
  357.  
  358. - Added a graphical editor for creating procedural textures and materials.
  359. - Added displacement mapping.
  360. - Can now save rendered images as TIFF files with transparency information.
  361. - Assorted bug fixes, etc.
  362.  
  363. v0.6, Oct. 5, 2000
  364.  
  365. - Split the old "Material" class into two new classes: Textures, which
  366. describe surface properties, and Materials, which describe bulk properties.
  367. - Any Texture can now be used as an environment map.
  368. - Added layered textures.
  369. - Added per-vertex texture parameters.
  370. - Completely rewrote routines for raytracing Materials to add support for
  371. nonuniform Materials, Materials with internal scattering, and Materials
  372. which cast shadows.
  373. - Added "Ambient" and "Decay Rate" parameters for point lights and spot
  374. lights.
  375. - Implemented plugin API for procedural Textures and Materials.
  376. - The usual crop of bug fixes, etc.
  377.  
  378. v0.5, July 15, 2000
  379.  
  380. - Added interactive rendering (wireframe, flat shaded, smooth shaded, 
  381. and transparent views).
  382. - Replaced the old Line and Spline objects with a new Curve object.
  383. - Added Spline Mesh objects.
  384. - The VRML exporter now saves explicit normals for IndexedFaceSets.
  385. - A few bug fixes and user interface improvements.
  386.  
  387. v0.4, May 3, 2000
  388.  
  389. - Rewrote the triangle mesh smoothing code to use subdivision surfaces.
  390. This also involved many changes to the triangle mesh editor.
  391. - Can now load and save scenes.  However, the file format is NOT final.
  392. Later versions will NOT be able to open files created with this version.
  393. - Material previews can now be rotated by dragging the image.
  394. - Added a "solid" checkbox to the Set Material dialog.
  395. - A few bug fixes.
  396.  
  397. v0.3, Feb. 18, 2000
  398.  
  399. - Added image mapped materials.
  400. - Added bump-mapping to the raytracer.
  401. - Rewrote the adaptive distribution raytracing code.  It now does a much
  402. better job of figuring out when to send more rays, and can use up to 256
  403. rays/pixel.
  404. - Added spotlights.
  405. - Added soft shadows to the raytracer.
  406. - A huge number of bug fixes, optimizations, and user interface improvements.
  407.  
  408. v0.2, Dec. 23, 1999
  409.  
  410. - The raytracer can now directly render spheres, ellipsoids, and cylinders
  411. without having to break them into triangles.
  412. - The raytracer now supports antialiasing, depth of field, and
  413. gloss/translucency effects.
  414. - Added "Render Preview" command to the triangle mesh editor.
  415. - Added automatic preview feature to the material editor.
  416. - Rendered images can now be saved as JPEG files.
  417. - Added a tool for creating circular and elliptical spline curves.
  418. - There is now a "specular color" material property.
  419. - Can now export scenes to VRML files.
  420. - Many bug fixes and user interface improvements.
  421.  
  422. v0.1, Oct. 29, 1999
  423.  
  424. The first public release.  After six months gestation, a new program has
  425. come into the world!
  426.  
  427. April 21, 1999
  428.  
  429. The very first line of code was written (in Vec3.java).
  430.