chore: Added deprecation for theo
This commit is contained in:
parent
0fcb91c379
commit
c87b289a27
1 changed files with 4 additions and 0 deletions
|
@ -14,8 +14,12 @@ export default function (part) {
|
||||||
measurements,
|
measurements,
|
||||||
snippets,
|
snippets,
|
||||||
Snippet,
|
Snippet,
|
||||||
|
raise
|
||||||
} = part.shorthand()
|
} = part.shorthand()
|
||||||
|
|
||||||
|
// This pattern needs a rewrite
|
||||||
|
raise.warning('Theo in its current incarnation is deprecated. A complete rewrite based on our Titan block is on [our v3 roadmap](https://github.com/freesewing/freesewing/discussions/1278). Until that time, if it works, great. If not ¯\\\\__(ツ)\\__/¯')
|
||||||
|
|
||||||
const calculateSlashCorner = () => {
|
const calculateSlashCorner = () => {
|
||||||
points[901] = utils.beamsIntersect(points[20], points[19], points[26], points[4])
|
points[901] = utils.beamsIntersect(points[20], points[19], points[26], points[4])
|
||||||
points[902] = points[901].clone()
|
points[902] = points[901].clone()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue