nolanyee / blender-path-extrude

Blender Polygon Path Extrusion Tool
3 stars 2 forks source link

Extrusion stops in the middle #5

Closed tnakagome closed 3 years ago

tnakagome commented 3 years ago

Hello again!

This time extrusion stops in the middle.

Screenshot 2021-02-11 17 58 14 Screenshot 2021-02-11 17 58 34

Not sure if this is helpful, but these are the vertex positions. There are 11 vertices in total. 0: 25.98, 15.00, 0.00 1: 13.54, 11.36, 0.00 2: -13.54, -11.36, 0.00 3: -25.98, -15.00, 0.00 4: -34.89, -12.70, 0.00 5: -40.50, -7.14, 0.00 6: -42.43, -0.00, 0.00 7: -40.50, 7.14, 0.00 8: -34.89, 12.70, 0.00 9: -25.98, 15.00, 0.00 10: -13.54, 11.36, 0.00 As you can see there is no vertex at the origin this time and there is no loop.

Thanks! ExtrusionTest3.blend.zip

nolanyee commented 3 years ago

Good catch. This was due to a division by 0 error. It should be fixed now in version 3.3.

tnakagome commented 3 years ago

Great! Thank you. Closing.