Obi Official Forum
Help Make damaged rope - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html)
+--- Thread: Help Make damaged rope (/thread-3194.html)

Pages: 1 2


RE: Make damaged rope - josemendez - 23-11-2021

Hi again! got to try out your code.

Turns out this is a bug in Obi, thanks for finding and reporting it! There's a missing "break;" instruction in ObiPathSmoother.cs, line 256.

I'm attaching the corrected file, replace yours with it. You can find it at Obi/Scripts/RopeAndRod/DataStructures/Path/ObiPathSmoother.cs

Let me know how it goes. Sonrisa


RE: Make damaged rope - greyhawk - 26-11-2021

(23-11-2021, 01:05 PM)josemendez Wrote: Hi again! got to try out your code.

Turns out this is a bug in Obi, thanks for finding and reporting it! There's a missing "break;" instruction in ObiPathSmoother.cs, line 256.

I'm attaching the corrected file, replace yours with it. You can find it at Obi/Scripts/RopeAndRod/DataStructures/Path/ObiPathSmoother.cs

Let me know how it goes. Sonrisa

Thank you. It is working well now.