PopulateChildren: fix not working when looped
This commit is contained in:
parent
f9f6e26808
commit
1bb95ccd09
|
@ -106,7 +106,7 @@ class LatticePopulateChildren(lattice2BaseFeature.LatticeFeature):
|
|||
objectPlm = objectPlms[iChild]
|
||||
outputPlms.append(plm.multiply(objectPlm))
|
||||
else:
|
||||
outputShape = objectShapes[iChild]
|
||||
outputShape = objectShapes[iChild].copy()
|
||||
outputShape.Placement = plm.multiply(outputShape.Placement)
|
||||
outputShapes.append(outputShape)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user