- Jan 28, 2006
-
-
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
-
- Jan 26, 2006
-
-
Christophe Geuzaine authored
reorder 2D algo menu to match #define numbers (dave)
-
- Jan 23, 2006
-
-
Christophe Geuzaine authored
don't draw mesh nodes by default
-
Christophe Geuzaine authored
make sure entities appear only ONCE in the selection list. (In order to do this without borking "undo", we have to use linear searches. So this is slow but it seems to be acceptable with 5000 entities. If it's really too slow, I will change it to elimitate duplicates at the end of the selection process.)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 22, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 20, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
opt to shade plane in bbox
-
- Jan 19, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix Progression to actually do what we claim in the doc (missing -1 in the formula: confusion between num_points and num_intervals)
-
- Jan 18, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
disable lasso selection when in "Mouse selection OFF" mode. This makes more sense.
-
Christophe Geuzaine authored
add (undocumented) shortcut to disable nouse hovering (speeds up drawing while still allowing to select by clicking)
-
- Jan 17, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix bunch of gcc4 warnings
-
- Jan 16, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
only recompute bbox when the geometry might actually have changed
-
Christophe Geuzaine authored
add tests to completely bypass vertex array drawing if nothing has to be drawn anyway
-
- Jan 15, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 14, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fixed ugly extrusion syntax (finally!) extrusions are now specified in the same way as all other transformations (the old syntax is still available, but is deprecated)
-
Christophe Geuzaine authored
mini fixes + pretty print
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
rewrote the smooth normal routines: - the averaging is now done by clusters, which is much better for geometries that have sharp edges (it's a little slower, but the visual results are much better) - there is now only a single smooth normal container in the mesh (instead of one per surface)
-
- Jan 11, 2006
-
-
Christophe Geuzaine authored
add little button to add param name for entity in vis browser + refresh vis browser after adding new entities
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 10, 2006
-
-
Christophe Geuzaine authored
-