Jump to content

Forcing plugins to run in a singlethread.


Recommended Posts

Hello there. I was trying to use the NormalMapPlus plugin but it keeps creating artifacts (similar to those described in one of the replies). I thought that this might be happening because it doesn't run the whole effect in a single call. So I want to know if there is a way to force PdN to run plugins in a single thread, even if it does decrease performance.

Link to comment
Share on other sites

You can't force just any plugin to run in a single thread.  However, if you are writing your own plugin, there is an option to do this.

 

For plugins, this is done at design time, not at run time.

 

(Info about how to do this and a code example here: https://forums.getpaint.net/topic/29428-floyd-steinberg-dithering-including-source/)

 

Link to comment
Share on other sites

The version you've linked to is locked for good reason ;) . Try the updated version: https://forums.getpaint.net/topic/111602-normalmapplus-codelab-implementation/

 

Link to comment
Share on other sites

12 hours ago, BoltBait said:

-snip-

 

I see, although I knew about that detail during coding, I though you could force it to work that way. Thanks for the info.

 

12 hours ago, Ego Eram Reputo said:

-snip-

 

Thanks, didn't notice the other was locked. That solves my problem.

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