From 8f761116d78d92aedd0d026eaf79284a160b31fa Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Sat, 19 Dec 2015 03:40:55 +0300 Subject: [PATCH] Change toolbar order a bit --- InitGui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/InitGui.py b/InitGui.py index bf356f1..e3f7a73 100644 --- a/InitGui.py +++ b/InitGui.py @@ -54,10 +54,9 @@ class Lattice2Workbench (Workbench): + Lattice2.ArrayFeatures.JoinArrays.exportedCommands + Lattice2.ArrayFeatures.ArrayFilter.exportedCommands + Lattice2.ArrayFeatures.ProjectArray.exportedCommands - + Lattice2.ArrayFeatures.PopulateCopies.exportedCommands - + Lattice2.ArrayFeatures.PopulateChildren.exportedCommands + Lattice2.ArrayFeatures.Resample.exportedCommands + Lattice2.ArrayFeatures.PopulateCopies.exportedCommands + + Lattice2.ArrayFeatures.PopulateChildren.exportedCommands ) self.appendToolbar('Lattice2ArrayFeatres', cmdsArrayTools) self.appendMenu('Lattice2', cmdsArrayTools)