- Feb 01, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
I borked the smooth plugin with my cleanups: this fixes it
-
- Jan 31, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 30, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
move yy globals into Gmsh.l
-
- Jan 29, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
remove obsolete BGM structure
-
Christophe Geuzaine authored
removing dead code
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
better export mesh as post-pro view
-
Christophe Geuzaine authored
remesh in script
-
- Jan 28, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
polish
-
Christophe Geuzaine authored
new "Background Mesh" command
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
removed the STEP parser: it's unusable, it makes the parser bigger, and it introduces conflicts in the syntax.
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- better fallback when outside the octree - disable bgm when optimizing in netgen
-
Christophe Geuzaine authored
Rewrote the background mesh code to use the new post-pro octree instead of the old brick stuff. It's 100x faster ;-)
-
Christophe Geuzaine authored
make the bgmesh work with quads
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
shorter view title
-
Christophe Geuzaine authored
set bg gradient by default
-
Christophe Geuzaine authored
- complete file type list - call Fl_File_Icon::load_system_icons() in the GUI ctor so we have all the nice icons and the image preview in the file browser
-
Christophe Geuzaine authored
show stat pane that is appropriate for the current context (instead of always the mesh stat)
-
Christophe Geuzaine authored
more secure usage of expr
-
Christophe Geuzaine authored
- if FLTK provides the image libraries, use them (and don't test by ourselves) - added new (fltk-based) image reader routines for JPEG, PNG and BMP
-
Christophe Geuzaine authored
y off by one
-
Christophe Geuzaine authored
better averaging
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
make depend
-
Christophe Geuzaine authored
new plugin ExtractElements to extract elements whose values are comprised in some interval
-
Christophe Geuzaine authored
many fixes in ReadImg (non-square images now work; no default resize; no default scale change, etc.)
-
- Jan 27, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- added little routine to save a post-pro view as a mesh file - moved all post-pro I/O routines in a separate file
-