Merge branch 'master' into feature/add-experimental-features-to-preferences
This commit is contained in:
@@ -73,7 +73,7 @@ class OrthoArray(gui_base.GuiCommandBase):
|
||||
We add callbacks that connect the 3D view with
|
||||
the widgets of the task panel.
|
||||
"""
|
||||
_log("GuiCommand: {}".format(_self.command_name))
|
||||
_log("GuiCommand: {}".format(self.command_name))
|
||||
#_msg("{}".format(16*"-"))
|
||||
#_msg("GuiCommand: {}".format(self.command_name))
|
||||
|
||||
|
||||
@@ -297,7 +297,7 @@ class TaskPanelCircularArray:
|
||||
"App.ActiveDocument.recompute()"]
|
||||
|
||||
# We commit the command list through the parent command
|
||||
self.source_command.commit(translate("draft","Circular array", _cmd_list))
|
||||
self.source_command.commit(translate("draft","Circular array"), _cmd_list)
|
||||
|
||||
def get_distances(self):
|
||||
"""Get the distance parameters from the widgets."""
|
||||
|
||||
Reference in New Issue
Block a user