Added support for property types required for PocketShape settings.

This commit is contained in:
Markus Lampert
2018-08-25 17:57:12 -07:00
parent 15542839ac
commit 3962519087
5 changed files with 90 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ __doc__ = "Task panel editor for a SetupSheet"
def translate(context, text, disambig=None):
return QtCore.QCoreApplication.translate(context, text, disambig)
if True:
if False:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else: