Add debug messages for #16
This commit is contained in:
parent
a6668a6873
commit
0371610e5c
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user