New node: Solidify Stroke#1650
Conversation
|
Welcome, thanks for the contribution! It looks like this does not currently compile. |
Sorry, had a missing import. Should compile now. |
|
!build |
|
|
I think I have noticed an issue where even for a closed vector shape the node assumes it's an open shape and uses the wrong vectordata....looking into this. One of my local files didn't have this issue, but new ones do. Strange. |
|
resolved an issue. fully functional now. please rebuild. |
|
!build |
|
b074720 to
52e7224
Compare
|
!build |
|
|
Can you please rename this to "Solidify Stroke"? Also, the stroke width doesn't seem to be the same. Is it perhaps being doubled (diameter being treated as radius)? |
52e7224 to
ebcfcdd
Compare
0e950ec to
17ba1ba
Compare
|
!build |
|
17ba1ba to
48bf858
Compare
655a453 to
c7b68d3
Compare
…pes as transform is not properly applied before calculating new shapes.
61e67c4 to
7eac88e
Compare
|
!build |
|
|
There's one bug I found, but I'm not sure if it's caused by your code: a layer with a shape and a non-1x1 transform, when you have it selected and switch to the Path tool, changes in size to gain a 1x1 transform. I'm probably just going to merge this anyways and we can work on a followup fix. @0HyperCube do you know if that's a general bug or if that's because this node is doing (or not doing) something special? |
This node can be added after a stroke node in a set of vector data. Upon doing so, it will account for the stroke's shape and add it to the vector data. The stroke will be treated as a solid part of the shape or line segment. Both closed shapes and line segments are supported.
Closes #1092