Cleaned up Path op utilities

This commit is contained in:
Markus Lampert
2019-07-09 19:48:26 -07:00
parent 32ce6cc764
commit 5659a0ecc0
12 changed files with 42 additions and 33 deletions

View File

@@ -29,7 +29,7 @@ import PathScripts
from PySide import QtCore
import math
"""Path Array object and FreeCAD command"""
__doc__ = """Path Array object and FreeCAD command"""
# Qt translation handling
def translate(context, text, disambig=None):
@@ -213,6 +213,7 @@ class ObjectArray:
class ViewProviderArray:
def __init__(self, vobj):
self.Object = vobj.Object
vobj.Proxy = self
def attach(self, vobj):