Skip to content
Snippets Groups Projects
  1. Dec 27, 2004
    • Christophe Geuzaine's avatar
      · c556d30f
      Christophe Geuzaine authored
      more robust "Delete Empty Views"
      c556d30f
    • Christophe Geuzaine's avatar
      · b67069ff
      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
      b67069ff
    • Christophe Geuzaine's avatar
      · e13b85ce
      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
      e13b85ce
  2. Dec 26, 2004
  3. Dec 25, 2004
  4. Dec 24, 2004
  5. Dec 23, 2004
  6. Dec 22, 2004
  7. Dec 21, 2004
    • Christophe Geuzaine's avatar
      typo · 86af1ac1
      Christophe Geuzaine authored
      86af1ac1
    • Christophe Geuzaine's avatar
      · 5c690d8d
      Christophe Geuzaine authored
      forgot to add a copy of the simpl pointer in the global simplex tree
      5c690d8d
    • Christophe Geuzaine's avatar
      · da80da80
      Christophe Geuzaine authored
      Forgot to update the visibility code to work with the new SimplexBase
      stuff. Should work again now.
      da80da80
    • Christophe Geuzaine's avatar
      · e9099062
      Christophe Geuzaine authored
      remove extra vol defs
      e9099062
    • Christophe Geuzaine's avatar
      · ccc8e19e
      Christophe Geuzaine authored
      remove extra volume def
      ccc8e19e
    • Christophe Geuzaine's avatar
      · f655bc2a
      Christophe Geuzaine authored
      add cube example to the demos
      f655bc2a
    • Christophe Geuzaine's avatar
      · 60a5e383
      Christophe Geuzaine authored
      add sphere to the demos
      60a5e383
    • Christophe Geuzaine's avatar
      · 2266e9d2
      Christophe Geuzaine authored
      fix orientations for Netgen
      2266e9d2
    • Christophe Geuzaine's avatar
      · 3bf89794
      Christophe Geuzaine authored
      double precision of middle cross drawing
      3bf89794
    • Christophe Geuzaine's avatar
      · d84aa90f
      Christophe Geuzaine authored
      nicer stippling patterns
      d84aa90f
    • Christophe Geuzaine's avatar
      · 110ca529
      Christophe Geuzaine authored
      Force display of entities during their creation (surfaces during surface creation,
      lines during line creation, etc.). This has been requested several times by
      various users, so it's probably a good idea. (It can indeed be a bit confusing
      when one creates a new surface and nothing changes on the screen after pressiong
      'e'.)
      110ca529
    • Christophe Geuzaine's avatar
      · fd7e3a96
      Christophe Geuzaine authored
      update to latest gl2ps
      fd7e3a96
Loading