Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Errors with version 5.6
#3
(22-09-2020, 07:33 AM)josemendez Wrote: Hi there,

This is a bug in Obi. Thanks for reporting this! It should not stop the rope path editor or simulation from working though.

The fix is simple: open up ObiRope.cs, and change line 291 (in RebuildElementsFromConstraintsInternal method) to be:

if (dc == null || dc.GetBatchCount() < 2)

That should do it. Let me know how it goes!
 
Fixed, many thanks.
Reply


Messages In This Thread
Errors with version 5.6 - by FredL - 21-09-2020, 06:25 PM
RE: Errors with version 5.6 - by josemendez - 22-09-2020, 07:33 AM
RE: Errors with version 5.6 - by FredL - 22-09-2020, 04:32 PM