- Dec 27, 2004
-
-
Christophe Geuzaine authored
- plugin callbacks now draw their stuff until run/cancel is executed (so we manipulate the scene with the additional data displayed) - made plugin code much shorter - simpler defaults for StreamLines, CutGrid and Evaluate
-
Christophe Geuzaine authored
draw points instead of grid
-
Christophe Geuzaine authored
add callbacks to draw grid + fix interval definition
-
Christophe Geuzaine authored
add callbacks to draw grid
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fixed typos + option file location for new Min/Max options
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
new Plugin(Probe) to query the value of a view at a single point
-
Christophe Geuzaine authored
new Plugin(Remove) to selectively remove parts of a view (e.g., all the text strings, all the scalar lines, etc.). Very useful to clean up maps after cuts, or to reset comment strings.
-
Christophe Geuzaine authored
- new alternative Draw_String function taking a "style" argument (used only for font size at the moment) - new Plugin(Annotate) to add simple text strings to a view
-
Christophe Geuzaine authored
set num of rotor/stator teeth as parameters
-
Christophe Geuzaine authored
more robust "Delete Empty Views"
-
Christophe Geuzaine authored
my last commit also fixed several problems in For/EndFor loops: - the body of the loop was executed at least once, even if the test was always false (e.g. For (1:-1:1) ) - the body could be executed one extra time when using optional step values - the for loops didn't work with negative step values
-
Christophe Geuzaine authored
- new parser function GetValue("text", default_value) to query a value interactively in a script - added a nice example using this (to compute slices automatically): demos/multislice.script
-
- Dec 26, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- new "Delete Empty Views" command - new View.MinX, View.MinY, View.MinZ, View.MaxX, View.MaxY, View.MaxZ options - added example on how to do simple volume visualization
-
Christophe Geuzaine authored
better help messages
-
- Dec 25, 2004
-
-
Christophe Geuzaine authored
fix widget position
-
- Dec 24, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add color options for elements in views (requested by Philippe a long time ago)
-
Christophe Geuzaine authored
power law for the alpha channel
-
Christophe Geuzaine authored
add matlab colormaps: hsv, bone, spring, summer, autumn, winter, cool, copper
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
missing viewchanged=1
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
add all remaining colormap parameters as options
-
Christophe Geuzaine authored
make the middle button zoom more progressive (+ add acceleration factor in the GUI)
-
- Dec 23, 2004
-
-
Christophe Geuzaine authored
- new colormaps (jet, hot and pink from Matlab) + generalized handling of grayscale colormap - new View.Colormap option (this enables Gmsh to remember which colormap to use or which colormap the current modified colormap comes from) + better View.AlphaChannel treatment - fix saving of color options when color_scheme is != 0
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
added File->Rename menu
-
- Dec 22, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
We cannot use _quad as a class name: gcc 2.95 uses it internally
-
Christophe Geuzaine authored
fixed "gcc -pedantic" warnings
-
Christophe Geuzaine authored
Patch from Andreas Jochens so that 'gmsh' can be compiled on amd64 using gcc-4.0.
-
- Dec 21, 2004
-
-
Christophe Geuzaine authored
-