[Path] Add TurnPart selection

This commit is contained in:
Daniel Wood
2020-10-29 19:55:05 +00:00
parent bbddf0501c
commit 8418c014f5

View File

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