ReferencePlacement: tweak

increase refplm marker a bit, to make it more visible
This commit is contained in:
DeepSOIC 2018-08-16 13:25:33 +03:00
parent 62c6b6d7cc
commit eecd808a22

View File

@ -343,7 +343,7 @@ class ViewProviderLatticeFeature(object):
self.refplm_node, self.refplm_tr, self.refplm_sh = lattice2Markers.getRefPlmMarker(self.Object.MarkerShape)
vobj.RootNode.addChild(self.refplm_node)
self.modenode_refplm = next((node for node in self.refplm_sh.getChildren() if node.isOfType(coin.SoSwitch.getClassTypeId())))
CoinGlue.cointransform(refplm, float(self.Object.MarkerSizeActual), self.refplm_tr)
CoinGlue.cointransform(refplm, float(self.Object.MarkerSizeActual) * 1.1, self.refplm_tr)
else:
if hasattr(self, 'refplm_node') and self.refplm_node is not None:
vobj.RootNode.removeChild(self.refplm_node)