B9-Procedural-Wings / B9-PWings-Modified

Fork of Bac9's Procedural Wings mod for KSP
MIT License
5 stars 12 forks source link

Procedural editing markers break on ctr+z #11

Open menachg opened 2 years ago

menachg commented 2 years ago

the markers to edit wings easily that appear when pressing 'J' stop appearing in the vab after pressing undo while in wing editing mode (the undo didn't even change anything to do with a procedural part) switching vessel/exiting vab or anything I tried didn't fix this only a complete game restart fixed it. the error is:

[EXC 19:57:14.238] NullReferenceException WingProcedural.WingProcedural.DetachHandles () (at <3e59cdb608ed42aa99b122cbeaf92fc8>:0) WingProcedural.WingProcedural.UpdateHandleGizmos () (at <3e59cdb608ed42aa99b122cbeaf92fc8>:0) WingProcedural.WingProcedural.Update () (at <3e59cdb608ed42aa99b122cbeaf92fc8>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)

bentm99 commented 2 years ago

I am having identical issues to @menachg. Curious to see if there is any fix yet.

dnnp2011 commented 2 years ago

I'm also experiencing this problem.

I noticed that although the placed wing doesn't change when I edit the settings manually, if I Alt + Click to clone the part, the cloned wing has the settings I specified. It's not very useful though because I can't see the effect my changes are having.

Edit: You can also just pick up and place the wing again and the new settings will take effect.