Jump to content

Motion Blur Glitch: PdN v3.22


Recommended Posts

Please note that this glitch was found in PdN v3.22!

Anyways, to recreate this glitch create a new image (I used 500x500)

Fill it black

Create a new layer and make a white square near the bottom

Duplicate layer and merge the two white square layers

Use Motion blur at a 90 degree angle, make sure it is centered.

Notice the glitch to the left

Here is a screenshot:

MOTIONBLURGLITCH.png

signature.png

Link to comment
Share on other sites

I was just looking at this in the debugger. Looks like a precision problem, where the angle you set is 90 degrees but actually ends up being computed to be just slightly more than 90 degrees. Like 90.0000000000000001 or something. In any case, an 'x' variables ends up computing to -0.0000000000000018369095307335659 instead of straight 0, which is then treated as "out of bounds" and so it doesn't contribute to some of the sampling that's being done.

Probably just have to live with it ... or try rotating 90 degrees (Image->Rotate), do your motion blur at a -90 offset, then rotate by -90 degrees. As a workaround anyway.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...