shadowmage45 / SSTULabs

Dev repository for testing/unfinished KSP parts/plugins/etc.
Other
62 stars 41 forks source link

SSTUModularFuelTank - duplicating models on symmetry updates #142

Closed shadowmage45 closed 8 years ago

shadowmage45 commented 8 years ago

http://forum.kerbalspaceprogram.com/index.php?/topic/117090-sstulabs-low-part-count-solutions-orbiter-landers-lifters-dev-thread-11-30-15/&do=findComment&comment=2351884

It occurs when symmetry is on, and only the selected side meets this.
Reproducing steps:
(Maybe need Realfuels installed, not sure about it)

If it doesn't reproduce the issue, try detaching it and attach again. For me, it works.

Jimbodiah commented 8 years ago

I had it without real fuels or MFT.

shadowmage45 commented 8 years ago

Tracked it down to the method I was using to update symmetry -- was feeding it the symmetry counterparts the references for the data from the updated part, rather than their own data/objects.

Fixed in dev, and it all seems to be playing nicely now.