[Path] Add TurnPart selection

This commit is contained in:
Daniel Wood
2020-10-29 19:55:05 +00:00
parent aebf568eae
commit 5c4ad1a7de

View File

@@ -384,6 +384,7 @@ def select(op):
opsel['Custom'] = customselect
opsel['TurnFace'] = turnselect
opsel['TurnProfile'] = turnselect
opsel['TurnPart'] = turnselect
return opsel[op]