Merge pull request #5373 from marioalexis84/draft-wpproxy

Draft: Add extension 'AttachExtensionPython' to WP proxy
This commit is contained in:
Yorik van Havre
2022-01-13 14:54:14 +01:00
committed by GitHub

View File

@@ -43,6 +43,9 @@ class WorkingPlaneProxy:
obj.addProperty("Part::PropertyPartShape","Shape","Base","")
obj.addExtension("Part::AttachExtensionPython")
obj.changeAttacherType("Attacher::AttachEnginePlane")
self.Type = "WorkingPlaneProxy"
def execute(self,obj):