You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is not on the issue tracker and is not a duplicate of a forum thread
This bug is reproducible
This issue is not a feature request or a pull request
Natron version
Natron 2.4.1 beta2
Operating system
Windows 10
System specs
No response
Did you install Natron using the official installer?
Yes, I used the official installer
No, I installed from a binary archive
No, I compiled Natron from sources
No, I installed Natron via another method
If you installed to a custom '(non-default)' location please include it here':'
No response
What were you trying to do?
Test the new roto changes.
What did you expect to happen? What happened instead?
Roto shapes appear to not be completed in the viewer overlay. They result in the correct pixel output as if they were completed (so obviously they are completed properly) but the red outline is not drawn to cover the full outline of the shape. This is more pronounced with shapes that have smooth curves however can also be seen in cusped bezier shapes at very high zoom levels. This isn't a new issue (I thought it was for some reason) and I have tested as far back as 2.3.15.
Step-by-step reproduction instructions
Create a roto node
Complete a few roto-shapes with smooth bezier curves
Note the parts of the curve near the end of the last point just before the line connects to the first point.
The text was updated successfully, but these errors were encountered:
- unfinished closed Beziers are the same as open Bezier: keep the last point. See variable `isClosed` in `Bezier::deCastelJau`
- closed Bezier should be drawn with a `GL_LINE_LOOP` instead of `GL_LINE_STRIP`. See variable `isLoop` in `RotoPaint::drawOverlay`
- fixes#659
Natron version
Natron 2.4.1 beta2
Operating system
Windows 10
System specs
No response
Did you install Natron using the official installer?
If you installed to a custom '(non-default)' location please include it here':'
No response
What were you trying to do?
Test the new roto changes.
What did you expect to happen? What happened instead?
Roto shapes appear to not be completed in the viewer overlay. They result in the correct pixel output as if they were completed (so obviously they are completed properly) but the red outline is not drawn to cover the full outline of the shape. This is more pronounced with shapes that have smooth curves however can also be seen in cusped bezier shapes at very high zoom levels. This isn't a new issue (I thought it was for some reason) and I have tested as far back as 2.3.15.
Step-by-step reproduction instructions
The text was updated successfully, but these errors were encountered: