mwerle / OrbitalMaterialScience

KSP mod that adds new ways to get science from space stations.
GNU General Public License v3.0
5 stars 4 forks source link

Parts without a bulkhead profile cause VAB filters to lock up #38

Closed mwerle closed 5 years ago

mwerle commented 5 years ago

https://forum.kerbalspaceprogram.com/index.php?/topic/183517-anyone-know-why-advanced-filters-sometime-stop-working/

Many of the parts within NEOS are internal only, so have no bulkhead profile definition.

mwerle commented 5 years ago

Workaround: the following ModuleManager snippet can be used to add a bulkhead profile to any part which doesn't have one.

@PART[*]:HAS[~bulkheadProfiles[]]
{
    bulkheadProfiles = srf, MISSING_BULKHEAD_PROFILE
}
mwerle commented 5 years ago

Possibly TODO: make a nicer icon than using the stock "Miniaturisation" one from KSP.