Details
Details
Diff Detail
Diff Detail
- Repository
- rBA Blender Add-ons
- Branch
- T60829 (branched from master)
- Build Status
Buildable 2775 Build 2775: arc lint + arc unit
Event Timeline
Comment Actions
Seems like projection wasnt done at the lower level for circles/ellipses.
However I am not quite sure if this was supposed to be happening at a higher level?
Just a little unsure because I found this comment for arcs:
- curve is None means arc is called from bulge conversion
- nothing should be projected at this stage, since the
- lwpolyline (the only entity with bulges) will be projected
- as a whole afterwards (small little error; took ages to debug)
Comment Actions
Not sure if @Lukas Treyer (cnd) is still maintaining this addon?
if not, maybe @Campbell Barton (campbellbarton) could check?
Comment Actions
Eeeh, no, never worked on that even… I’d say try to poke @Campbell Barton (campbellbarton) again, maybe? Otherwise, just commit, you'll get reports soon enough if you break something ;)