Draft: Fix messages for Draft_Fillet

There were still too many messages.
This commit is contained in:
Roy-043
2024-02-03 19:46:20 +01:00
parent e5e08262c2
commit eb4feef5ab
3 changed files with 52 additions and 76 deletions

View File

@@ -30,8 +30,6 @@ from PySide.QtCore import QT_TRANSLATE_NOOP
import FreeCAD as App
import draftobjects.base as base
from draftutils.messages import _err
class Fillet(base.DraftObject):
"""Proxy class for the Fillet object."""
@@ -113,7 +111,7 @@ class Fillet(base.DraftObject):
#if (hasattr(obj, "Line1") and hasattr(obj, "Line2")
# and obj.Line1 and obj.Line2):
# do the unimplemented work
_err("Update radius currently not implemented: r={}".format(radius))
pass
def onChanged(self, obj, prop):
"""Change the radius of fillet. NOT IMPLEMENTED.