Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
martelahaie committed May 3, 2024
1 parent a4bc972 commit b902f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/lib/interpolationSlider.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def drawGlyph(self):
glyphPath = self.interpolatedGlyph.getRepresentation("merz.CGPath")
glyphLayer.setPath(glyphPath)

# only show points when checkbox is ticked
if self.controller.w.getItemValue('showPointsCheckbox'):
for contour in self.interpolatedGlyph.contours:
for bPoint in contour.bPoints:
Expand Down

0 comments on commit b902f4c

Please sign in to comment.