From d14494b9bf1f437b5ef669ae41651f1af1db4663 Mon Sep 17 00:00:00 2001 From: Toby K Date: Thu, 10 Aug 2023 15:34:43 +0200 Subject: [PATCH] V2.5.2 bugfix with dependencies2 --- README.md | 5 ++++- VL.PolyTools.vl | 32 +------------------------------- deployment/VL.PolyTools.nuspec | 2 +- 3 files changed, 6 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 270a04e..96751d7 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,10 @@ credit https://github.com/speps/LibTessDotNet/graphs/contributors @Untone for help unlocking the SKPath verbs for use in vvvv gamma # Version History -V1.2.1 +V1.2.2 +* Bugfixes with dependencies + +V1.2.0 * !Breaking Change! Refactored categories for some of the Polygon3D nodes to make it clearer The actual nodes are still the same, you may have to double click red nodes in your apps and retype the names to recreate them. * !Breaking change! Bugfix on winding direction node. With the calculation method I was using winding direction is potentially flipped in some spaces where Y is inverted. Between Stride and Skia we have a mix of spaces where this might be true. There is now a 'YIncreasesDownward' pin on the WindingDirection and ForceClockwise/CounterClockwise nodes. Check the helppatch 'HowTo Calculate Winding Direction Of A Polygon' * New Polygon2DPlus datatype, for a 2D polygon that is effectively annotated with a third dimension. The underlying 2D polygon can still be accessed and manipulated. diff --git a/VL.PolyTools.vl b/VL.PolyTools.vl index 584c0f1..8ec9dd1 100644 --- a/VL.PolyTools.vl +++ b/VL.PolyTools.vl @@ -14274,7 +14274,7 @@ - + @@ -35855,36 +35855,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - -