Skip to content
Snippets Groups Projects
Commit 3cba8146 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 77cf4cb5
No related branches found
No related tags found
Loading
$Date: 2002-10-11 07:22:55 $ $Date: 2002-10-11 07:23:56 $
New in 1.36: Enhance view duplication (one can now use "Duplicata
View[num]" in the input file); small bug fixes ("Print" format in
parser, etc.);
New in 1.35: Graphical user interface upgraded to FLTK 1.1 (tooltips, New in 1.35: Graphical user interface upgraded to FLTK 1.1 (tooltips,
new file chooser with multiple selection, full keyboard navigation, new file chooser with multiple selection, full keyboard navigation,
......
New in 1.36: Enhance view duplication (one can now use "Duplicata
View[num]" in the input file); small bug fixes ("Print" format in
parser, etc.);
...@@ -129,12 +129,15 @@ EndFor ...@@ -129,12 +129,15 @@ EndFor
// Here is the list of available scripting commands: // Here is the list of available scripting commands:
// //
// Merge string; (to merge a file) // Merge string; (to merge a file)
// Draw; (to draw the scene) // MergeWithBoundingBox string; (to merge a file and force the recalculation
// Save string; (to save the mesh) // of the scene's bounding box)
// Print string; (to print the graphic window) // Draw; (to redraw the scene)
// Sleep expr; (to sleep during expr seconds) // Save string; (to save the mesh)
// Delete View[int]; (to free the view int) // Print string; (to print the graphic window in the format
// Delete Meshes; (to free all meshes) // defined in Print.Format)
// Duplicata View[int];(to duplicate the view int) // Sleep expr; (to sleep during expr seconds)
// System string; (to execute a system call) // Delete View[int]; (to free the view int)
// Delete Meshes; (to free all meshes)
// Duplicata View[int]; (to duplicate the view int)
// System string; (to execute a system call)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment