From af75a3a0f056464e081788fc4c6b1fc233436797 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Fri, 7 Sep 2018 16:38:21 +0300 Subject: [PATCH] fixup --- lattice2ProjectArray.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lattice2ProjectArray.py b/lattice2ProjectArray.py index 29fead7..4587c2d 100644 --- a/lattice2ProjectArray.py +++ b/lattice2ProjectArray.py @@ -84,10 +84,6 @@ class LatticeProjectArray(lattice2BaseFeature.LatticeFeature): #the remaining options are handled in derivedExecute def derivedExecute(self,obj): - #validity check - if not lattice2BaseFeature.isObjectLattice(screen(obj.Base)): - lattice2Executer.warning(obj,"A lattice object is expected as Base, but a generic shape was provided. It will be treated as a lattice object; results may be unexpected.") - toolShape = screen(obj.Tool).Shape if lattice2BaseFeature.isObjectLattice(screen(obj.Tool)): lattice2Executer.warning(obj, "A lattice object was provided as Tool. It will be converted into points; orientations will be ignored.")