Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanyee authored May 30, 2021
1 parent f9a186f commit 59de135
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Path Extrusion Tool for Blender (Version 3.3)
# Path Extrusion Tool for Blender (Version 3.4)
### Overview
To use this tool, select one polygon curve and another polygon path. The selected curve is extruded along the polygon path. This is achieved by extruding the loop towards each point on the path. The pivot of the curve is translated to the points on the path. The orientation is such that the normal vector of the best-fit plane of the curve is parallel to the path at all points on the path except the first point, for which the original orientation of the curve is used. When the path takes sharp turns, mitering is accomplished by scaling the loop in a manner dependent on the angle of the path.

Expand Down Expand Up @@ -85,3 +85,6 @@ For each step in the extrusion process, the scaling applied is the ratio of the
### Version 3.3 Updates
1. Duplicate vertex removal in the extrusion path now only occurs if the vertices are adjacent in the path
2. Added handling for division by 0 errors

### Version 3.4 Updates
1. Fixed rotation behavior in Blender 2.92

0 comments on commit 59de135

Please sign in to comment.