Skip to content

1.3.0: Blender_4.2

Latest
Compare
Choose a tag to compare
@nortikin nortikin released this 20 Sep 16:56
· 101 commits to master since this release

Main feature of this release is support of Blender 4.2 in viewer nodes (see
#4983). There still can be some hidden bugs in 4.2 support in different places,
so please feel free to report issues.

"draw GL polygon offset" option for Viewer Draw node is now set to false by
default; this should fix #5102 for most use cases.

Other than that, there are some new features:

  • #5031. New "Aligned Bounding Box" node.
  • #5091: add new "Center of mass" node.
  • #5104: new "Mesh Clustering" node.
  • #5123: new "Quadriflow" node.
  • #5141: New node: Polygon Inscribed Circle
  • "Intersect curve with surface" node now outputs UV points.
  • #4847: Implement G2 continuity for some nodes
  • #4873: View surface node: add an option to indicate surface curvature
  • #5119: "Dual Mesh" node has new options and improved performance
  • #5121: "Get objects data" node was extended.
  • "Voronoi on Mesh" node received new features and improved performance.
  • #5094: Add index field to Number->List Input
  • "flip curve" now works as nurbs-transparent for Spline curves (polylines and Cubic splines).
  • #5034. Apply Vector Field Node received performance improvement.
  • #5015: Increased performance of some Generators:
    • Generators (NGon, Circle, Cylinder, Sphere, Torus)
    • Generators\Generators extended (Hilbert 3D, Torus Knot, Ring, Ellipse,
      Super Ellipsoid, Spiral [Archimedian, Logarithmic, Spherical, Ovoidal,
      Curnu, Exo] )
    • Generators->Cylinder performance (convert vertices, edges and faces to numpy)
    • Generate Edges and faces with numpy for Evaluate Surface Node
  • #5026: added buttons to show Blender console.
  • #5010: Delaunay 3D node got performance update.
  • #4854: new version of "Bend along surface field" node.
  • #5059: We now provide some examples of scripting sverchok, see scripts/ directory.

Off course, there were numerous bug fixes and minor improvements.