Added wating_effects for holding tag generation - big improvement.

This commit is contained in:
Markus Lampert
2017-06-18 19:22:45 -07:00
parent 074d012ec3
commit 659d98eca5

View File

@@ -35,6 +35,7 @@ import math
from PathScripts import PathUtils
from PathScripts.PathGeom import PathGeom
from PathScripts.PathPreferences import PathPreferences
from PathScripts.PathUtils import waiting_effects
from PySide import QtCore
"""Holding Tags Dressup object and FreeCAD command"""
@@ -932,6 +933,7 @@ class ObjectDressup:
self.processTags(obj)
@waiting_effects
def processTags(self, obj):
tagID = 0
if PathLog.getLevel(LOG_MODULE) == PathLog.Level.DEBUG: