mirror of
https://github.com/wassname/sloth.git
synced 2026-08-12 12:30:50 +08:00
Change points in NPointFaceItem
This commit is contained in:
@@ -262,8 +262,7 @@ class NPointFaceInserter(SequenceItemInserter):
|
||||
(PointItemInserter, "reic", "right eye inner corner"),
|
||||
(PointItemInserter, "reoc", "right eye outer corner"),
|
||||
(PointItemInserter, "nt", "nose tip"),
|
||||
(PointItemInserter, "mlc", "left mouth corner"),
|
||||
(PointItemInserter, "mrc", "right mouth corner"),
|
||||
(PointItemInserter, "ulc", "upper lip center"),
|
||||
]
|
||||
|
||||
def toggleOccludedForCurrentInserter(self):
|
||||
@@ -325,4 +324,3 @@ class PolygonItemInserter(ItemInserter):
|
||||
self._current_item.setPolygon(polygon)
|
||||
|
||||
event.accept()
|
||||
|
||||
|
||||
@@ -470,8 +470,7 @@ class NPointFaceItem(GroupItem):
|
||||
(OccludablePointItem, "reic"),
|
||||
(OccludablePointItem, "reoc"),
|
||||
(OccludablePointItem, "nt"),
|
||||
(OccludablePointItem, "mlc"),
|
||||
(OccludablePointItem, "mrc"),
|
||||
(OccludablePointItem, "ulc"),
|
||||
]
|
||||
|
||||
def boundingRect(self):
|
||||
|
||||
Reference in New Issue
Block a user