- Apr 08, 2004
-
-
Christophe Geuzaine authored
disabled PostScript Level 3 shading operator by default (and added a new option to change it: Print.EpsPS3Shading)
-
- Apr 06, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Apr 01, 2004
-
-
Christophe Geuzaine authored
fixed typo
-
Christophe Geuzaine authored
removed obsolete (and wrong) description of the physical entity numbering requirements.
-
Christophe Geuzaine authored
Fixed extrusion+rotation of points when axis direction is not normalized
-
- Mar 30, 2004
-
-
Christophe Geuzaine authored
- Simplified the bounding box computation. It is now computed as follows (after each include/merge/open): 1. If there is a geometry (i.e., at least one geometrical point), the bounding box is taken as the box enclosing all the geometrical points; 2. If there is no geometry but there is a mesh (i.e., at least one mesh vertex), the bounding box is taken as the box enclosing all the mesh vertices; 3. If there is no geometry and no mesh, but there are some post-processing views, the bounding box is taken as the box enclosing all the primitives of the last post-processing view. This should fix the weird things that sometimes happen when we animate scenes that do not contain any geometrical entities. - Deprecated MergeWithBoundingBox() - Removed Replot() - Removed the "Last_NumberOfPoints" hack in the parser - Removed CTX.expose
-
- Mar 28, 2004
-
-
Christophe Geuzaine authored
fix gcc warning
-
- Mar 27, 2004
-
-
Christophe Geuzaine authored
use full url in "back" links
-
- Mar 25, 2004
-
-
Christophe Geuzaine authored
adding the low memory animation example in the demos
-
Christophe Geuzaine authored
merged small patch from prudhomm@mit.edu
-
- Mar 23, 2004
-
-
Christophe Geuzaine authored
pretty print
-
- Mar 21, 2004
-
-
Christophe Geuzaine authored
-
- Mar 18, 2004
-
-
Christophe Geuzaine authored
typos
-
- Mar 17, 2004
-
-
Christophe Geuzaine authored
-
- Mar 15, 2004
-
-
Christophe Geuzaine authored
missing return in case of error
-
- Mar 13, 2004
-
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
Added automatic documentation generation for plugins
-
Christophe Geuzaine authored
- better file names for views created by plugins - use the file name as a guess for view_save_{ascii,binary}
-
- Mar 11, 2004
-
-
Christophe Geuzaine authored
tiny change to really really really avoid mouse click events to be passed to the invisble menubar on Mac OS X (when HAVE_FL_SYS_MENUBAR is defined)
-
- Mar 10, 2004
-
-
Christophe Geuzaine authored
newpt[] -> tmp[] to avoid confusion
-
Christophe Geuzaine authored
-
- Mar 09, 2004
-
-
Christophe Geuzaine authored
-
- Mar 08, 2004
-
-
Christophe Geuzaine authored
forgot to remove debug printf
-
Christophe Geuzaine authored
make depend
-
- Mar 07, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
New plugin "Plugin(Extract)" to extract the i-th component of a field
-
Christophe Geuzaine authored
remember this
-
- Mar 06, 2004
-
-
Christophe Geuzaine authored
.4
-
Christophe Geuzaine authored
use rasterpos2d
-
- Mar 05, 2004
-
-
Christophe Geuzaine authored
New raster ("bitmap") PS/EPS/PDF output
-
Christophe Geuzaine authored
-D_BIG_ENDIAN conflicts on SunOS -> changed our last -D_XXX definitions to -DHAVE_XXX
-
Christophe Geuzaine authored
-
- Mar 04, 2004
-
-
Christophe Geuzaine authored
make nightly
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Small fix to respect the parser volume color settings
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-