From e805a2834eb0ea873bac8a301a517822961c9c49 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Wed, 28 Oct 2015 01:18:39 +0300 Subject: [PATCH] Lattice Apply: change property grouping --- latticeApply.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/latticeApply.py b/latticeApply.py index 536a9d7..1244735 100644 --- a/latticeApply.py +++ b/latticeApply.py @@ -46,14 +46,14 @@ class LatticeApply(latticeBaseFeature.LatticeFeature): def derivedInit(self,obj): self.Type = "LatticeApply" - obj.addProperty("App::PropertyLink","Base","LatticeApply Base","Base object. Can be any generic shape, as well as another lattice object.") + obj.addProperty("App::PropertyLink","Base","Lattice Apply","Base object. Can be any generic shape, as well as another lattice object.") - obj.addProperty("App::PropertyBool","KeepBaseFirstItemPos","LatticeApply Base","Apply extra transform, so that first item doesn't move.") + obj.addProperty("App::PropertyBool","KeepBaseFirstItemPos","Lattice Apply","Apply extra transform, so that first item doesn't move.") obj.KeepBaseFirstItemPos = True - obj.addProperty("App::PropertyLink","Tool","LatticeApply Tool","Tool object. Must be a lattice object. Contains placements to be applied.") + obj.addProperty("App::PropertyLink","Tool","Lattice Apply","Tool object. Must be a lattice object. Contains placements to be applied.") - obj.addProperty("App::PropertyBool","FlattenToolHierarchy","LatticeApply Tool","Unpack subcompounds, to use all shapes, not just direct children.") + obj.addProperty("App::PropertyBool","FlattenToolHierarchy","Lattice Apply","Unpack subcompounds, to use all shapes, not just direct children.") obj.FlattenToolHierarchy = True