Draft: small bugfix in WPProxy

This commit is contained in:
Yorik van Havre
2018-03-31 17:21:18 -03:00
parent cc6d07d548
commit 7b9d62a0ea

View File

@@ -3709,6 +3709,7 @@ def makeWorkingPlaneProxy(placement):
obj.ViewObject.Proxy.writeCamera()
obj.ViewObject.Proxy.writeState()
obj.Placement = placement
return obj
#---------------------------------------------------------------------------