I'm trying to update a KAS config and I cannot get the scale property to delete. I'm sure this is obvious but I'm just not seeing it. Here is the relevant part of the original config: PART { name = KAS_ContainerBay1 module = Part author = zzz mesh = containerBay1.mu //Waiting scale bug to be fixed by squad http://bugs.kerbalspaceprogram.com/issues/1123 //MODEL //{ //model = KAS/Models/rack1 //} scale = 1 rescaleFactor = 0.50 and this is my MM config: @PART[KAS_ContainerBay1]:Final{ !scale !mesh @rescaleFactor = 1 @node_stack_top = 0.0, -0.35, 0.0, 0.0, 1.0, 0.0, 0 @node_stack_bottom = 0.0, -0.4, 0.0, 0.0, 1.0, 0.0, 0 @node_attach = 0.0, -0.4, 0.0, 0.0, -1.0, 0.0 MODEL { model = KAS/Parts/containerBay1/containerBay1 scale = 0.5,0.5,0.5 } MODULE { name = KASModuleGrab evaPartPos = (0.0, 0.10, -0.15) evaPartDir = (0,0,-1) customGroundPos = true dropPartPos = (0.0, 0.0, -0.55) dropPartRot = (-10.0, 0.0, 0.0) attachOnPart = True attachOnEva = False attachOnStatic = False attachSendMsgOnly = False } } I thought it might be the commented out part in the original config but I removed that and it still didn't work.