Releases: nortikin/sverchok
early February stable
this is a snapshot from master on 24 feb 2021.
stable january 2021
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
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
includes a revert
stable Oktober 2020
stable snapshot of Sverchok in Oktober 2020
many internal changes and bug fixes
- polyline and meshviewer rewrites
- viewer draw upgrades
vNewNodes
Changes on Update System
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
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
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