1. 13.08.2020 2 коммита
  2. 12.08.2020 3 коммита
  3. 11.08.2020 3 коммита
  4. 09.08.2020 2 коммита
  5. 08.08.2020 4 коммита
  6. 07.08.2020 2 коммита
  7. 06.08.2020 5 коммитов
  8. 05.08.2020 6 коммитов
    • Durman's avatar
      add generating indexes
      · 411e9277
      Durman создал
      411e9277
    • Ilya Portnov's avatar
      "Ruled surface" for NURBS.
      · a45fd307
      Ilya Portnov создал
      * "Linear surface" node renamed to "Ruled surface"
      * making a ruled surface from two compatible NURBS curves gives a NURBS
        surface.
      * Add a test.
      a45fd307
    • Ilya Portnov's avatar
      Bugfix.
      · 70c701ff
      Ilya Portnov создал
      70c701ff
    • Ilya V. Portnov's avatar
      Refactor to make specialized curve / surface operations possible (#3440)
      · 391c37c2
      Ilya V. Portnov создал
      * Refactor to make specialized curve / surface operations possible
      
      for example, when extruding a Line curve along Vector, you will have a
      Plane, not a general Extrusion object.
      
      Move some classes from curve.core and surface.core into curve.primitives
      and surface.primitives (others can be moved later if necessary).
      
      utils.surface module does not import utils.surface.algorithms anymore -
      that would create cyclic import.
      
      Add a test case that imports all *.py files, to check that there are no
      broken / dangling / cyclic imports.
      
      * Move common NURBS function into utils.nurbs_common module.
      
      * Extrusion of NURBS curve along a vector gives a NURBS surface.
      
      * Introduce to_nurbs() method.
      
      * Fix some tests.
      391c37c2
    • durman's avatar
      has process method check
      · 1fc1d5dc
      durman создал
      1fc1d5dc
    • Ilya V. Portnov's avatar
      "Blend surfaces" node (#3439)
      · bb28cdc3
      Ilya V. Portnov создал
      * "Blend surfaces" node.
      
      * On node UI.
      
      * Documentation for "Blend surfaces" node.
      bb28cdc3
  9. 04.08.2020 13 коммитов