Skip to content

Commit

Permalink
V2.5.2 bugfix with dependencies2
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyKLight committed Aug 10, 2023
1 parent de6fed3 commit d14494b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
32 changes: 1 addition & 31 deletions VL.PolyTools.vl
Original file line number Diff line number Diff line change
Expand Up @@ -14274,7 +14274,7 @@
</Node>
</Patch>
</Node>
<Node Bounds="1280,3001,46,19" Id="QL6nIRo75BeQNv5DBZTL35">
<Node Bounds="1280,3001,46,26" Id="QL6nIRo75BeQNv5DBZTL35">
<p:NodeReference LastCategoryFullName="PolyTools.Polygon" LastDependency="VL.PolyTools.vl">
<Choice Kind="NodeFlag" Name="Node" Fixed="true" />
<CategoryReference Kind="RecordType" Name="Polygon" />
Expand Down Expand Up @@ -35855,36 +35855,6 @@
<Link Id="VCMhXfIH4sZOYdpXFtcGX9" Ids="DcDDr8EQ6gZOnbDSzERMcQ,V788mZ5Z6JRNO9dh0cYvAg" />
</Patch>
</Node>
<Canvas Id="Ecp0uqx0NqwOvGGBf8xhLj" Name="Paths" Position="1376,956">
<!--

************************ FirstPoint ************************

-->
<Node Name="FirstPoint" Bounds="894,700,93,91" Id="V2UN6KgybTPPMw2z53kXwl" Summary="Returns first point on an SKPath">
<p:NodeReference LastCategoryFullName="Primitive" LastDependency="builtin">
<Choice Kind="OperationDefinition" Name="Operation" />
</p:NodeReference>
<Patch Id="KwDzlyrjEt9LG68aPF8RxJ">
<Pin Id="SddhVJXIPykOo1q4DtacEC" Name="SKPath" Kind="InputPin" />
<ControlPoint Id="OzUqbzOwAGNOOhVGMrgDka" Bounds="924,718" />
<Link Id="Aoug7iXy8xeM6TyFY96K6q" Ids="SddhVJXIPykOo1q4DtacEC,OzUqbzOwAGNOOhVGMrgDka" IsHidden="true" />
<Node Bounds="916,733,59,19" Id="CHN16KeqvFJLNH5Xr4cLkJ">
<p:NodeReference LastCategoryFullName="Main" LastDependency="VL.SKPathUtils.vl">
<Choice Kind="NodeFlag" Name="Node" Fixed="true" />
<Choice Kind="OperationCallFlag" Name="FirstPoint" />
</p:NodeReference>
<Pin Id="UebknLLgfsOQYX2mLNmnV8" Name="SKPath" Kind="InputPin" />
<Pin Id="JFNxbXMGrXbLZaJwCQTsZN" Name="Result" Kind="OutputPin" />
</Node>
<Link Id="AiYzXvrfGx2Pwcd8Q1f8ue" Ids="OzUqbzOwAGNOOhVGMrgDka,UebknLLgfsOQYX2mLNmnV8" />
<ControlPoint Id="UYayjIPipQqQAqL8RingWL" Bounds="919,772" />
<Link Id="A3l9lVJ31WtLrYjEQ6M0zi" Ids="JFNxbXMGrXbLZaJwCQTsZN,UYayjIPipQqQAqL8RingWL" />
<Pin Id="PBv5cyqp0cdO04PgijZYmD" Name="Result" Kind="OutputPin" Bounds="1232,1061" />
<Link Id="RGkksSYxH7qLX8sZiVPgpg" Ids="UYayjIPipQqQAqL8RingWL,PBv5cyqp0cdO04PgijZYmD" IsHidden="true" />
</Patch>
</Node>
</Canvas>
<!--

************************ SwitchHeightVector (Vector3 Swizzle) ************************
Expand Down
2 changes: 1 addition & 1 deletion deployment/VL.PolyTools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.PolyTools</id>
<version>1.2.1</version>
<version>1.2.2</version>
<title>VL.PolyTools</title>
<authors>TobyKLight</authors>
<owners>TobyKLight</owners>
Expand Down

0 comments on commit d14494b

Please sign in to comment.