Nehemia Engineering Orbital Science

Nehemia Engineering Orbital Science

13.5k Downloads

Parts without a bulkhead profile cause VAB filters to lock up

mwerle opened this issue · 2 comments

commented

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.

commented

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
}
commented

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