blowfishpro / B9PartSwitch

A Kerbal Space Program plugin designed to implement switching of part meshes, resources, and nodes
GNU Lesser General Public License v3.0
50 stars 33 forks source link

Allow moving attach nodes #112

Closed blowfishpro closed 5 years ago

blowfishpro commented 5 years ago

One switcher can manage each node's position. Subtypes that don't specify any will use the original position. To manage an attach node's postion within a subype you would include a node like this:

NODE
{
    name = top01 // attach node id
    position = 0, 1, 0 // x,y,z position
}