Skip to content
Snippets Groups Projects
  1. Dec 04, 2003
  2. Dec 03, 2003
  3. Dec 02, 2003
  4. Dec 01, 2003
    • Christophe Geuzaine's avatar
      · e9b78ce6
      Christophe Geuzaine authored
      "Curve" -> "Line"
      e9b78ce6
    • Christophe Geuzaine's avatar
      1.49.1 · cff11b55
      Christophe Geuzaine authored
      cff11b55
    • Christophe Geuzaine's avatar
      · c3b900e9
      Christophe Geuzaine authored
      Set vis_input::value() to "*" be default
      c3b900e9
    • Christophe Geuzaine's avatar
      · 0732300d
      Christophe Geuzaine authored
      couple of bugs from he mailing list
      0732300d
    • Christophe Geuzaine's avatar
      · 47cc32f5
      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
      47cc32f5
    • Christophe Geuzaine's avatar
      remove Author-handle · 3901fca3
      Christophe Geuzaine authored
      3901fca3
    • Christophe Geuzaine's avatar
      · 4cecd707
      Christophe Geuzaine authored
      Fix rare crash due to Fl_Widget::tooltip() not actually copying the
      string.
      4cecd707
  5. Nov 30, 2003
  6. Nov 29, 2003
    • Christophe Geuzaine's avatar
      *** empty log message *** · 04decf20
      Christophe Geuzaine authored
      04decf20
    • Christophe Geuzaine's avatar
      2 field plot stuff is done. · 741fa98f
      Christophe Geuzaine authored
      741fa98f
    • Christophe Geuzaine's avatar
      · 33c329c7
      Christophe Geuzaine authored
      Fixed bug in DecomposeInSimplex (need to set deleted non-simplex lists
      to NULL)
      33c329c7
    • Christophe Geuzaine's avatar
      · 6e0f1985
      Christophe Geuzaine authored
      Fixed missing exception handling for PluginManager::action() (this led to
      a crash when General.DefaultPlugins==0).
      6e0f1985
    • Christophe Geuzaine's avatar
      · 0f8ae646
      Christophe Geuzaine authored
      Be less verbose (especially since Msg can cause race conditions in this code
      0f8ae646
    • Christophe Geuzaine's avatar
      · c3399948
      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;
      c3399948
  7. Nov 28, 2003
    • Christophe Geuzaine's avatar
      · 8aff473c
      Christophe Geuzaine authored
      Set View.ShowTime=2 to show the time value even if the view contains a single
      time step..
      8aff473c
  8. Nov 27, 2003
  9. Nov 26, 2003
    • Christophe Geuzaine's avatar
      facet->face · 5604dda0
      Christophe Geuzaine authored
      5604dda0
    • Christophe Geuzaine's avatar
      · 44022c9c
      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).
      44022c9c
Loading