Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible bug when creating spline in 2D
#1
I have been using Curvy for a day now. And I see one somewhat annoying bug. I pop into 2D. And regardless of what plane I tell curvy to draw in, it projects the curve into depth.

In the 2D mode, the curve looks right. But when I go into 3D, the curve is stretched along the Z axis. To fix it, I just pick all the control points and set their Z to 0.0. But It doesn't seem like this should be the behavior.
Reply
#2
Confirmed, will be fixed in 2.0.3!

To fix, open /Packages/Curvy/Base/Editor/CurvyToolbar.cs, line 361, and replace

Code:
P = new Plane(Vector3.forward, tRef.localPosition);

with

Code:
P = new Plane(Vector3.forward, tRef.position);

Thanks for reporting!
Reply
#3
That fixed it! Thats why your paid the big bucks!

Thank you!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Skip Input Mesh if spline has too much bend Zilk1 3 5 Yesterday, 09:45 PM
Last Post: _Aka_
  animating points on a spline Antonio 11 18 09-17-2023, 09:55 AM
Last Post: _Aka_
  Getting object on spline Position when Spline has coordinates larger than 2000 velikizlivuk 5 8 09-05-2023, 01:01 PM
Last Post: velikizlivuk
  Spline.Length not updated unless I add a point to spline (or modify it) first. _RicO 3 6 08-26-2023, 08:41 AM
Last Post: _Aka_

Forum Jump: