CAM: Engrave - Remove useless property BaseObject

This commit is contained in:
tarman3
2025-11-16 22:51:01 +02:00
parent 9fc7b074b0
commit 0b38d6c736

View File

@@ -70,14 +70,6 @@ class ObjectEngrave(PathEngraveBase.ObjectOp):
QT_TRANSLATE_NOOP("App::Property", "Additional base objects to be engraved"),
)
obj.setEditorMode("BaseShapes", 2) # hide
if not hasattr(obj, "BaseObject"):
obj.addProperty(
"App::PropertyLink",
"BaseObject",
"Path",
QT_TRANSLATE_NOOP("App::Property", "Additional base objects to be engraved"),
)
obj.setEditorMode("BaseObject", 2) # hide
def initOperation(self, obj):
"""initOperation(obj) ... create engraving specific properties."""