proxy to obj.Proxy partial conversion

This commit is contained in:
Russell Johnson
2019-06-20 00:02:13 -05:00
parent dfccd6870e
commit 2e0861babc
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -409,6 +409,6 @@ def Create(name, base, templateFile = None):
else:
models = base
obj = FreeCAD.ActiveDocument.addObject("Path::FeaturePython", name)
proxy = ObjectJob(obj, models, templateFile)
obj.Proxy = ObjectJob(obj, models, templateFile)
return obj