Jump to content

v.3.05 doesn't have all the Effects


Recommended Posts

v 3.05 introduced some backward incompatibility with a few plugins previously developed.

Just redownload the updated versions.

Sorry I didn't remembered it sooner.

No. Way. I've just seen Bob. And... *poof!*—just like that—he disappears into the mist again. ~Helio

Link to comment
Share on other sites

By the way, people won't have this problem at all once 3.07 hits the streets ;)

// if PdnLib.dll is left over from an old version, delete it. see bug #2368
string pdnlibPathName = Path.Combine(targetDir, "PdnLib.dll");

if (File.Exists(pdnlibPathName))
{
   File.Delete(pdnlibPathName);
}

^ Excerpt from code added to the installer.

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...