- Dec 03, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
- Split File->Open into File->Open and File->New (i.e., the file chooser now only accepts existing files for File->Open) - Added "Online documentation" help menu
-
Christophe Geuzaine authored
Fine-tune system menu bar
-
- Dec 02, 2003
-
-
Christophe Geuzaine authored
better name for MacOS system menu bar option
-
Christophe Geuzaine authored
Set max quality
-
Christophe Geuzaine authored
some more mpeg encoders + params for higher quality
-
Christophe Geuzaine authored
Better doc for Show/Hide
-
Christophe Geuzaine authored
-histogram was broken in batch mode
-
Christophe Geuzaine authored
Don't output STATUSxN messages in batch mode
-
- Dec 01, 2003
-
-
Christophe Geuzaine authored
"Curve" -> "Line"
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Set vis_input::value() to "*" be default
-
Christophe Geuzaine authored
couple of bugs from he mailing list
-
Christophe Geuzaine authored
- Slightly reorganized the visibility browser window (the "toggle" behaviour in the input field was confusing) - added Show and Hide commands in the parser to enable scripting of the visibility stuff - Moved Visibility.{cpp,h} into Common/ to avoid dependencies with the Graphics library in the parser
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Fix rare crash due to Fl_Widget::tooltip() not actually copying the string.
-
- Nov 30, 2003
-
-
Christophe Geuzaine authored
-
- Nov 29, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Fixed bug in DecomposeInSimplex (need to set deleted non-simplex lists to NULL)
-
Christophe Geuzaine authored
Fixed missing exception handling for PluginManager::action() (this led to a crash when General.DefaultPlugins==0).
-
Christophe Geuzaine authored
Be less verbose (especially since Msg can cause race conditions in this code
-
Christophe Geuzaine authored
- new DecomposeInSimplex plugin - new "Combine Views" command in the parser - cleaned up View::tranform and View::smooth (+small bug fix for SLs) - better check for transparency sorting - make depend - new View.AlphaChannel option to change the transparency globally for a given view (instead of having to change the colormap by hand every time) With all the above, we can now generate very nice (and correct) transparent iso-surfaces: Merge "../tutorial/view3.pos"; minIso = 0; maxIso = 2; nbIso = 7; Plugin(CutMap).iView = 0; For i In {1:nbIso} Plugin(CutMap).A = (maxIso-minIso)/nbIso * i; Plugin(CutMap).Run; EndFor Delete View[0]; Combine Views; For i In {1:nbIso} Delete View[0]; EndFor Plugin(DecomposeInSimplex).iView = 0; Plugin(DecomposeInSimplex).Run; View[0].AlphaChannel = 0.6;
-
- Nov 28, 2003
-
-
Christophe Geuzaine authored
Set View.ShowTime=2 to show the time value even if the view contains a single time step..
-
- Nov 27, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
print info in all cases
-
Christophe Geuzaine authored
Fix name
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Cleaned up the whole Include/Merge/Open mess (removed the ugly yyin/yyname tables in the parser, made the Merge routine reentrant + uniformized all the INFO/STATUS messages). This should fix a nasty side effect from this morning's commit (wrong yynames when doing multiple merges in the same file).
-
- Nov 26, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Make Merge/Save/Print/Open behave like Include, i.e., open the file in the same directory as the main project file (if the path is relative).
-
- Nov 25, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 24, 2003
-
-
Christophe Geuzaine authored
Make Skin a little bit more efficient by allocating/copying the values only if the face is not found in the tree
-
Christophe Geuzaine authored
displacement with other field animation example
-
Christophe Geuzaine authored
-