Path: fix proxy error
This commit is contained in:
@@ -803,5 +803,5 @@ def Create(name, obj=None):
|
||||
'''Create(name) ... Creates and returns a Pocket operation.'''
|
||||
if obj is None:
|
||||
obj = FreeCAD.ActiveDocument.addObject('Path::FeaturePython', name)
|
||||
obj.proxy = ObjectPocket(obj, name)
|
||||
obj.Proxy = ObjectPocket(obj, name)
|
||||
return obj
|
||||
|
||||
Reference in New Issue
Block a user