diff --git a/planeConstraint.py b/planeConstraint.py index c9913bd..b23aa61 100644 --- a/planeConstraint.py +++ b/planeConstraint.py @@ -4,7 +4,7 @@ from PySide import QtGui __dir2__ = os.path.dirname(__file__) -GuiPath = os.path.join( __dir2__, 'Gui' ) +GuiPath = os.path.expanduser ("~") #GuiPath = os.path.join( __dir2__, 'Gui' ) class PlaneSelectionGate: def allow(self, doc, obj, sub): return planeSelected( SelectionExObject(doc, obj, sub) )