Thomas Thomassen

Results 163 issues of Thomas Thomassen

There are multiple requests for entering sagitta. This is somewhat a challenge to compute (See #13). Found a solution that worked for angles less than 180 degrees. But failed after...

enhancement

Not sure how feasible this is, but worth a shot. Not sure how easy it will be with ngons bending etc.

enhancement

Lots of stuff is re-computed on every draw. Create `DrawingCache` (copy from other project) and split the drawing logic into bucket of when they need to re-compute. The drawing for...

enhancement

![truebend-axisbug](https://user-images.githubusercontent.com/192418/42421750-0c093b94-82db-11e8-98fa-3039074ba03d.gif)

bug

Change to dragging the reference segment. Using Directional cursor from TT_Lib. Draw a circular plane at mid point of reference segment, with arrows pointing in each direction - to indicate...

enhancement

When toggling on the option to segment the bent shape, visualize it in the viewport.

enhancement

Flask-SQLAlchemy-Lite was just released which is intended to be a replacement for Flask-SQLAlchemy. https://flask-sqlalchemy-lite.readthedocs.io/en/stable/ With that there is then a type conflict with `flask_migrate`: https://github.com/python/typeshed/blob/main/stubs/Flask-Migrate/flask_migrate/__init__.pyi#L52 It expects `flask_sqlalchemy.extension.SQLAlchemy`, but `flask_sqlalchemy_lite._extension.SQLAlchemy`...

stubs: improvement