Parts without a bulkhead profile cause VAB filters to lock up
mwerle opened this issue · 2 comments
Many of the parts within NEOS are internal only, so have no bulkhead profile definition.
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
}