Draft: activate both Fillet commands to test
In this moment the old fillet tool is `Draft_Fillet` and the new tool is `Draft_Fillet_new`. They are imported both, so they can both be tested from the interface.
This commit is contained in:
@@ -38,7 +38,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP
|
||||
|
||||
def get_draft_drawing_commands():
|
||||
"""Return the drawing commands list."""
|
||||
return ["Draft_Line", "Draft_Wire", # "Draft_Fillet",
|
||||
return ["Draft_Line", "Draft_Wire", "Draft_Fillet", "Draft_Fillet_new",
|
||||
"Draft_ArcTools",
|
||||
"Draft_Circle", "Draft_Ellipse", "Draft_Rectangle",
|
||||
"Draft_Polygon", "Draft_BSpline", "Draft_BezierTools",
|
||||
|
||||
Reference in New Issue
Block a user