Skip to content

Commit 816afd4

Browse files
committed
Merge pull request #24 from Starwaster/master
Avionics / Heat Shield attachment fix via NodeResizer plugin
2 parents cae5a3f + 9a1cd52 commit 816afd4

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
@PART[SDHI_2.5_Heatshield]:NEEDS[NodeResizer]
2+
{
3+
@node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0, 0
4+
@node_stack_bottom = 0.0, -0.1, 0.0, 0.0, 1.0, 0.0, 0
5+
6+
MODULE
7+
{
8+
name = ModuleNodeResizer
9+
AttachNode
10+
{
11+
name = top
12+
newsize = 2
13+
}
14+
AttachNode
15+
{
16+
name = bottom
17+
newsize = 2
18+
}
19+
}
20+
}
21+
@PART[SDHI_2.5_AvionicsRing]:NEEDS[NodeResizer]
22+
{
23+
@node_stack_top = 0.0, 0.08625, 0.0, 0.0, 1.0, 0.0, 0
24+
@node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
25+
26+
MODULE
27+
{
28+
name = ModuleNodeResizer
29+
AttachNode
30+
{
31+
name = top
32+
newsize = 2
33+
}
34+
AttachNode
35+
{
36+
name = bottom
37+
newsize = 2
38+
}
39+
}
40+
}

0 commit comments

Comments
 (0)