fix(brian): Do not render the saBase path
This commit is contained in:
parent
790a8b0069
commit
bff9951195
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import * as shared from './shared'
|
||||
|
||||
export default part => {
|
||||
export default (part) => {
|
||||
let {
|
||||
store,
|
||||
sa,
|
||||
|
@ -33,6 +33,7 @@ export default part => {
|
|||
|
||||
// Seamline
|
||||
paths.saBase = shared.saBase('front', points, Path)
|
||||
paths.saBase.render = false
|
||||
paths.seam = new Path()
|
||||
.move(points.cfNeck)
|
||||
.line(points.cfHem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue