Skip to content

Releases: nortikin/sverchok

early February stable

24 Feb 11:41
a3562ba
Compare
Choose a tag to compare

this is a snapshot from master on 24 feb 2021.

stable january 2021

03 Feb 18:06
2162bc5
Compare
Choose a tag to compare

many small bug fixes and performance fixes.

Some new nodes:

  • Unique Items
  • String Tools
  • Mesh smoothed surface field
  • Relax Mesh
  • Edgenet to Paths

New CNC Examples

Some of the upgraded nodes:

  • Map Range
  • Vector Noise
  • Split Edges
  • Loop Nodes
  • Adaptive Polygons
  • Contour 2D
  • Vierwer Draw
  • Field Random Probe
  • Voronoi on Mesh
  • Voronoi on solid
  • "Random points on mesh": volume mode.
  • Matrix Math
  • KDT Closest Edges

Stable November 2020

08 Dec 14:54
d1c03e0
Compare
Choose a tag to compare

This release is a snapshot taken on December 8, 2020.

includes ( but not limited to:

  • updates in documentation
  • voronoi field node
  • marching squares (nesting adjustment)
  • approximate NURBS curve mk2
    • "auto close" option
    • remove doubles
  • list levels node
  • default presets
  • new snlite scripts
  • lloyd solid + lloyd on Solid Face + lloyd 2D / 3D
  • implementation of "concave hull" node
  • mesh viewer performance boost
  • "Scalar Field Curve Map" node
  • curve mapper copy fix.
  • inset special vectorization
  • "color mix" node
  • multisocket wifi node fix

In the assets of this release you can find a FreeCad Version that works with Sverchok Solids (in Windows)

stable Oktober 2020

06 Nov 16:00
85e0643
Compare
Choose a tag to compare

includes a revert

stable Oktober 2020

04 Nov 22:26
Compare
Choose a tag to compare

stable snapshot of Sverchok in Oktober 2020

many internal changes and bug fixes

  • polyline and meshviewer rewrites
  • viewer draw upgrades

vNewNodes

25 Jun 10:30
4f314e2
Compare
Choose a tag to compare
  • many bugfixes
  • adds a number of new nodes, while remaining stable.

Changes on Update System

27 Apr 10:37
Compare
Choose a tag to compare

Some changes where applied to the Update System. With them less global updates are triggered.

By keeping a internal memory of the existing nodes and the existing links the update system wont be triggered if there where no changes in node-tree.
If some changes are detected the update will be done from the nodes that are affected.

This does not affect the animation updates.

This release is a snapshot of how was Sverchok before receiving this commit for farther inspection if necessary

To download the last update use this link: https://github.com/nortikin/sverchok/archive/master.zip

Sverchok with Curves, Surfaces and Fields

19 Apr 18:20
b803a41
Compare
Choose a tag to compare

There is a bunch of nodes (Curve, Surface, Field categories, total of 63 nodes) moved into Sverchok master from Sverchok-Extra. These nodes do not require any external dependencies. These nodes work with higher-level (one may even say abstract) objects: not vertices and faces, but curves, surfaces, scalar and vector fields. In some way, this brings Sverchok nearer to Grasshopper (that one works mainly with surfaces and curves, not meshes). So Sverchok can now incorporate both approaches. This enables one to create complex objects with relatively small number of nodes. There is a number of examples with pictures in the original PR thread: #2993 2 .

This leaves about 25 nodes in Sverchok-Extra, which require external dependencies to work (for example, Geomdl library to work with NURBS curves and surfaces, or SciPy library to work with “minimal surfaces”).

This release is a snapshot of how was Sverchok before receiving this nodes.

To download the last update use this link: https://github.com/nortikin/sverchok/archive/master.zip

final master sverchok for b2.82

29 Feb 09:12
6280cbe
Compare
Choose a tag to compare
move/ scale/rotate multilvel recursion and numpyzed 2 (#2909)

* move/ scale/rotate multilvel recursion and numpyzed

* troubles with rotate_mk2 replacement

* Added center to rotate mk3 and docs

* updated examples

* advanced parameters to docs

* fixes on index.md

* fixing updatesystems test

* removing print statements and updating test

First release of Sverchok for Blender 2.8x

12 Jan 08:42
Compare
Choose a tag to compare