Detaching parts grabbed by a gapling node produces bugs everywhere.
enceos opened this issue ยท 2 comments
Original forum post describing the problem:
http://forum.kerbalspaceprogram.com/threads/113111-1-0-4-Kerbal-Inventory-System-%28KIS%29-1-2-2?p=2164845&viewfull=1#post2164845
Possible solutions:
- Disallow detaching parts grabbed by the graplers with MODULE [ModuleGrappleNode].
- Force release the part by the grappler after it has been detached via tools.
The forum's link doesn't give any concrete post.
In general, detaching from a docking port works bad in KIS since ports have active scripts on the connection. ModuleGrappleNode is just a special case of this issue. A generic way of stopping port's script needs to be found.