Open jamwaffles opened 1 year ago
This seems to touch @sliptonic's code.
@firebladed is this issue reproducible for you ? (CC @jamwaffles)
Initially i just said as possibly related because was same dress up operation with same error
just testing on dev version (0.22.0dev.38553) it doesn't get that error for me but its behavior is weird, currently it seams to generate a lead in and lead out on every arc generated by adaptive operation which i think is wrong
on the provided gas spring clamp example
First i get no errors so that appears fixed. however i also get the multiple lead in and lead outs problem with one for every arc generated by adaptive rather than just a pair for the whole adaptive operation which i assume is whats supposed to happen
so id say this is technically fixed, but LeadInOut still has other issues with Adaptive
Is there an existing issue for this?
Version
0.21 (Development)
Full version info
Subproject(s) affected?
None
Problem description
Trying to add a
LeadInOut
dressup to an adaptive operation in Path but I get this error:Steps to reproduce:
Adaptive
and enable it with SpaceArc
, 6mm radius, etcI added an
is not None
check to the line mentioned, but then got anothercannot normalised a null vector
error from another place in that file, so I gave up trying to fix it as I don't know Python enough.Anything else?
gas-spring-clamp.zip
Code of Conduct