Add sort_by_rotation
This commit is contained in:
@@ -11,3 +11,8 @@ class LINE_THICKNESS_MODE(Enum):
|
||||
MIDDLE = 0
|
||||
DRAW_COUNTERCLOCKWISE = 1
|
||||
DRAW_CLOCKWISE = 2
|
||||
|
||||
|
||||
class ROTATION(Enum):
|
||||
CLOCKWISE = 0
|
||||
COUNTERCLOCKWISE = 1
|
||||
|
||||
Reference in New Issue
Block a user