Add debug messages for #16

This commit is contained in:
Suzanne Soy 2023-06-01 21:49:12 +01:00
parent a6668a6873
commit 0371610e5c

View File

@ -55,10 +55,12 @@ def getAllParams():
def paramGroupAction(nfo): def paramGroupAction(nfo):
FreeCADGui.runCommand('Std_DlgParameter',0) FreeCADGui.runCommand('Std_DlgParameter',0)
print('Open Parameter Editor (parameter group)')
# TODO: find a way to select the desired group in the parameter dialog once it opens # TODO: find a way to select the desired group in the parameter dialog once it opens
def paramAction(nfo): def paramAction(nfo):
FreeCADGui.runCommand('Std_DlgParameter',0) FreeCADGui.runCommand('Std_DlgParameter',0)
print('Open Parameter Editor (single parameter)')
# TODO: find a way to select the desired parameter in the parameter dialog once it opens # TODO: find a way to select the desired parameter in the parameter dialog once it opens
getters = { getters = {