Skip to content

Releases: wassimj/TopologicSverchok

TopologicSverchok 2022-08-07 v.0.8.2.0

07 Aug 22:29
Compare
Choose a tag to compare

This release marks the start of the journey to refactor all the Sverchok nodes. So far, all the Vertex, Edge, and Wire nodes have been refactored. In addition, this release includes the first iteration of node classification for DGL.

TopologicSverchok 2022-07-22 v.0.8.1.10

22 Jul 06:24
Compare
Choose a tag to compare

This release contains bug fixes and new nodes:
New nodes include:

  1. CellComplex.Prism
    Bug Fixes to:
  2. DGL.TrainClassifier
  3. Topologic.Run (now passes an input value to the output
  4. Cell.Prism (more efficient slicing)
  5. Cell.Cone
  6. Cell.Sphere (fixed bug that created a Wire instead of a Cell)
    and many other minor bug fixes to other nodes.

TopologicSverchok 2022-07-04 v.0.8.1.9

04 Jul 08:10
Compare
Choose a tag to compare

This release contains major improvements and new nodes:

Topology.RemoveCoplanarFaces is now an order of magnitude faster
Topology.ClusterFaces: Clusters Faces based on their direction
Shell.ByFaces: Internal improvements
Face.ByPlanarShell: Creates a single Face from a planar Shell with many faces.
DGL nodes improvements.
Wire.RemoveCollinearEdges: This now works with both branching and non-branching Wires.
Wire.Split: This returns the non-branching portions of a branching Wire.
Face.IsCoplanar: Returns True if the Faces are co-planar, False otherwise.
Edge.IsCollinear: Returns True if the Edges are collinear, False otherwise.

TopologicSverchok 2022-06-24 v.0.8.1.8

24 Jun 04:30
Compare
Choose a tag to compare

In this new release several nodes have gained a "Level" input. This allows the node to consider the data in lists that are wrapped (lists within lists). The affected nodes are:
Edge.ByVertices
Wire.ByEdges
Face.ByWire
Shell.ByFaces
Cell.ByShell
CellComplex.ByFaces
CellComplex.ByCells

This release now activates without the need for Homemaker.

If you get an error regarding "UpdateTree" it means your sverchok version is out of date. You will need to update it. To do so:

  1. Go to https://github.com/nortikin/sverchok
  2. Do NOT download a release... Instead:
  3. In the upper right corner there is a GREEN button titled "Code".. Click it then:
  4. Choose "Download ZIP"
  5. Do NOT unzip the downloaded file.
  6. Go to Blender, Preferences, Add-ons, and install sverchok from that ZIP file as usual.

TopologicSverchok 2022-06-14 v.0.8.1.7 alpha

14 Jun 05:00
Compare
Choose a tag to compare

This experimental alpha pre-release for windows and linux includes many new features and bug fixes. Please test and report any errors.

TopologicSverchok 2022-05-29 v.0.8.1.6

29 May 05:55
Compare
Choose a tag to compare

This release requires BlenderBIM and Homemaker to be installed.

Release notes:

  1. Add two new Cell primitives (Sphere and Torus)
  2. Add U, V, W segmentation to Cell primitives (Prism, Cylinder, Sphere, Torus)
  3. Improve Topologic.Spin (creates lathed objects): Spun vertices create a wire, spun edges create shells, spun open wires create shells, spun closed wires create either shells or cells, spun faces create cellcomplexes.
  4. Improve Topology.BlenderGeometry: Now it updates, shows, and hides objects correctly.

TopologicSverchok 2022-05-26 v.0.8.1.5

26 May 06:42
Compare
Choose a tag to compare

This release of TopologicSverchok fixes several bugs and adds new nodes:

Bug Fixes:
Wire.ByVertices
Cell.Pipe
Face.VertexParameters
Wire.Circle
Topology.SelfMerge
CellCComplex.ByLoft
Shell.ByLoft
Cell.ByLoft

New nodes:
Graph.ExportToCSV
Topology.Spin
Wire.Ellipse
BlenderBIM.ByIFC (Homemaker)
IFC.ByCellComplex (Homemaker)
Topology.IsPlanar
Face.Flatten
Topology.ConvexHull

TopologicSverchok 2022-05-12 v.0.8.1.5 Alpha

12 May 16:21
Compare
Choose a tag to compare

This alpha pre-release includes the first experimental build of TopologicSverchok for Apple Silicon. If you have such a machine, please test and report back.

ToopologicSverchok 2022-05-08 v.0.8.1.3

08 May 05:29
Compare
Choose a tag to compare
Pre-release

This release fixes more bugs and adds more functionality. New and improved nodes inlcude:
Graph.ByTopology (added connections to contents of topologies)
Wire.Ellipse (new node creates an ellipse using several methods)
Graph.ExportToDGCNN (Exports a Graph to the DGCNN format for graph machine learning)
Graph.ByImportedDGCNN (Imports a DGCNN file into a Topologic Graph)

Dependencies:
The windows version requires Blender 3.1.0, Sverchok, python 3.10, and is built against OCCT 7.6.0
The linux version is experimental. It requires Blender 3.1.0, Sverchok, python 3.7 or newer (including python 3.10) and is built against both OCCT 7.5.0 (for compatibility with FreeCAD) and against OCCT 7.7.0

TopologicSverchok 2022-04-19 OCCT 7.7 Linux Only

19 Apr 10:04
Compare
Choose a tag to compare

This experimental alpha release is of TopologicSverchok v.0.8.1.2 which has been built against OPENCASCADE 7.7 on Linux (Ubuntu Groovy Gorilla 20.10. This only works with Blender 3.1 and python 3.10. Please test and report any bugs or issues.