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

Closed
opened 2019-04-11 15:29:42 +02:00 by mwerle · 2 comments
mwerle commented 2019-04-11 15:29:42 +02:00 (Migrated from github.com)

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.

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 2019-04-11 15:31:37 +02:00 (Migrated from github.com)

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
}
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 2019-04-11 16:05:22 +02:00 (Migrated from github.com)

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

Possibly TODO: make a nicer icon than using the stock "Miniaturisation" one from KSP.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ksp/NehemiahEngineeringOrbitalScience#38
No description provided.