- in Geometry Editor - fixed the Explode tool to work on the result of adding Text geometry

- all the Geometry Editor plugins are moved inside another folder and the UI's are moved into their own class
This commit is contained in:
Marius Stanciu
2022-04-13 18:33:05 +03:00
committed by Marius
parent f60919f4c7
commit 804786c6c2
9 changed files with 912 additions and 855 deletions

View File

@@ -78,7 +78,7 @@ class ToolTransform(AppTool):
AppTool.run(self)
self.set_tool_ui()
self.app.ui.notebook.setTabText(2, _("Object Transform"))
self.app.ui.notebook.setTabText(2, _("Transformation"))
def install(self, icon=None, separator=None, **kwargs):
AppTool.install(self, icon, separator, shortcut='Alt+T', **kwargs)
@@ -560,11 +560,11 @@ class ToolTransform(AppTool):
class TransformUI:
pluginName = _("Object Transform")
pluginName = _("Transformation")
rotateName = _("Rotate")
skewName = _("Skew/Shear")
scaleName = _("Scale")
flipName = _("Mirror (Flip)")
flipName = _("Mirror")
offsetName = _("Offset")
bufferName = _("Buffer")