- reverted the class methods in AppTool
- added a button for Transformations Tool in the lower side (common) of the Object UI - some other UI changes - after using Isolation Tool it will switch automatically to the Geometry UI
This commit is contained in:
@@ -8906,7 +8906,7 @@ class App(QtCore.QObject):
|
||||
"""
|
||||
self.log.debug("Plot_all()")
|
||||
if muted is not True:
|
||||
self.inform.emit('[success] %s...' % _("Redrawing all objects"))
|
||||
self.inform[str, bool].emit('[success] %s...' % _("Redrawing all objects"), False)
|
||||
|
||||
for plot_obj in self.collection.get_list():
|
||||
def worker_task(obj):
|
||||
|
||||
Reference in New Issue
Block a user