yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #00580
[svn] r1488 - trunk
Author: eudoxos
Date: 2008-08-20 19:54:39 +0200 (Wed, 20 Aug 2008)
New Revision: 1488
Added:
trunk/NEWS
Modified:
trunk/ChangeLog
Log:
Move big news to NEWS, ready for release finally (?)
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-08-20 17:53:46 UTC (rev 1487)
+++ trunk/ChangeLog 2008-08-20 17:54:39 UTC (rev 1488)
@@ -1,27 +1,4 @@
-2008-08-20 Janek Kozicki <cosurgi@xxxxxxxxx> revision 1484
- * RELEASE: 0.12
-
- * pkg/dem/PreProcessor/STLImporterTest.cpp: Sega's facets and vertices
- with stl import,
-
- * gui/py/PythonUI.py: much improved python interface,
-
- * gui/qt3/*: qt gui underwent significant changes,
-
- * gui/qt3/GLSimulationPlayerViewer.cpp: player is almost completely
- remade,
-
- * gui/qt3/GLViewer.cpp: gl viewer has many enhancements,
-
- * lib/QGLViewer/* qglviewer is integrated into our tree
-
- * SConstruct: fixed compilation problems with Ubuntu 8.04
-
- * wiki pages: we will be able to update documentation on the wiki by
- removing all the stuff that is not valid anymore.
-
-
2008-08-20 Janek Kozicki <cosurgi@xxxxxxxxx> revision 1480
* ChangeLog: New ChangeLog format. Please use this format in your
Added: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-08-20 17:53:46 UTC (rev 1487)
+++ trunk/NEWS 2008-08-20 17:54:39 UTC (rev 1488)
@@ -0,0 +1,32 @@
+2008-08-20 Janek Kozicki <cosurgi@xxxxxxxxx> revision 1484
+
+ * RELEASE: 0.12
+
+ * Sega's facets and vertices with stl import
+
+ * python wrapper and console with the ability to control most simulation aspects (including creating simulations, modifying, inspecting, running, recording data), some parts of the UI (setting view, configuring renderer); see scripts/simple-scene.py to get started (http://yade.wikia.com/wiki/SimpleSceneTutorial)
+
+ * (experimental) plotting interface based on pylab (scripts/simple-scene-graph.py)
+
+ * much enhanced simulation recorder and player, saving optionally to a single file (sqlite database), the ability to create video from simulation with one command (may be done offscreen as well): scripts/simple-scene-player.py, http://yade.wikia.com/wiki/New:Making_videos
+
+ * selectively block any of 6 DOFs ( translation and rotation) for individual bodies (PhysicalParameters::blockedDOFs - not documented, not conveniently accessible from python yet)
+
+ * displacement and rotation scaling in GLViewer, using PhysicalParameters::refSe3
+
+ * up to 3 clipping planes in the GLViewer, can be manipulated, bound to each other, activated/deactivated
+
+ * saving view to view configurations inside MetaBody (Alt+7 -- Alt+9), can be loaded later (from python as well)
+
+ * all simulation aspects (dt, iteration, virtual time) are now inside MetaBody, i.e. are restored exactly as they were from .xml
+
+ * transparent support for compressed .xml.gz and .xml.bz2 files; dropped support for binary format
+
+ * the (de)serializer now (un)escapes all control characters, using the &charname; format, arbitrary string values can be (de)serialized now, including parentheses, quotations marks, newlines, tabs, <>.
+
+ * refactored Qt3 interface: MDI with simulation running asynchronously, with python console
+
+ * QGLViewer source is now in our tree, no need to install it separately
+
+ * compilation profiles allow separate option sets for scons; simultaneous compilation of multiple profiles is supported via the profile=a,b,c
+