null54 509 Report post Posted July 29, 2017 On 7/27/2017 at 3:29 PM, Geikamir said: Is there anything you guys know of that will work with this plugin here? Filter Forge has multiple Watercolor filters, there is also AKVIS Watercolor. I tested AKVIS Watercolor and it appears to be compatible with PSFilterPdn. The Filter Forge Host Compatibility page lists Paint.NET as a supported application. Quote Share this post Link to post Share on other sites
Scaramouche 0 Report post Posted September 17, 2017 Hi all. Just a newbie here who enjoys pottering around with PDN in his spare time. Is there a way that the .8bf folder can populate more quickly or does this depend on local pc speeds/capabilities etc. or how many .8bf plugins you have in the plugin file? I am using Windows 10 and PDN 4.0.17 Everything else loads quickly enough but the .8bf plugin (latest) can take anywhere from between 45 seconds to 75 seconds to populate. Is this normal please? Many thanks for any help. D. Quote Share this post Link to post Share on other sites
null54 509 Report post Posted September 17, 2017 2 hours ago, Scaramouche said: Is there a way that the .8bf folder can populate more quickly or does this depend on local pc speeds/capabilities etc. or how many .8bf plugins you have in the plugin file? The search speed would depend on the number of folders in the Search Directories tab and the number of 8bf files located in those folders. 2 hours ago, Scaramouche said: Everything else loads quickly enough but the .8bf plugin (latest) can take anywhere from between 45 seconds to 75 seconds to populate. That would not surprise me. Each time PSFilterPdn is launched it searches the folders and gathers the information it needs from every 8bf file it finds. Quote Share this post Link to post Share on other sites
Scaramouche 0 Report post Posted September 17, 2017 Ok, @null54 many thanks for the reply. Looks like I shall just have to bear with it. Cheers. Quote Share this post Link to post Share on other sites
toe_head2001 1,463 Report post Posted September 18, 2017 My load times are no where near 45 to 75 seconds, but I was able to reduce my time of 2.65 seconds by about 30% (this was with over 3,000 .8bf files installed). @null54 -> https://github.com/0xC0000054/PSFilterPdn/pull/1 Hopefully that optimization will be more significant for @Scaramouche ... unless his/her bottleneck is Disk I/O. Quote Share this post Link to post Share on other sites
AndrewDavid 626 Report post Posted September 18, 2017 @null54 @toe_head2001 @Scaramouche That got me curious. Just timed mine at 15 secs for 769 Files. I always considered that normal behavior when loading this plugin. Quote Share this post Link to post Share on other sites
null54 509 Report post Posted September 18, 2017 1 hour ago, toe_head2001 said: My load times are no where near 45 to 75 seconds, but I was able to reduce my time of 2.65 seconds by about 30%. If the load time is 45 to 75 seconds then it sounds to me like disk I/O may be a big part of the issue. Perhaps the list of 8bf filters should be stored in the EffectConfigToken, at least that way it only scans the disk the first time it is opened. Or the filter information could be serialized to disk and used across Paint.NET sessions, this is what GIMP's PSPI plugin does. 2 hours ago, toe_head2001 said: (this was with over 3,000 .8bf files installed) I never anticipated PSFilterPdn would be used with that many filters. I am surprised that the Windows Forms TreeView works with that many items. Regarding your pull request, I am surprised that the TreeView sorting is such a bottleneck. I have not decided if I will be merging it, accepting 3rd party contributions would restrict me from changing to a different open source license. 1 Quote Share this post Link to post Share on other sites
Rembrandt 0 Report post Posted August 12, 2018 I have downloaded the 8bf filter plugin from @null54. The plugin should let Adobe Photoshop filters work in PDN. So I downloaded it and also a couple of PS filters. But I did al the steps and when I go to the effects tab and click on 8bf filter the filters I downloaded show up. But when I want to run the filters, there is a loading screen but litteraly nothing happens to the picture I selected. So could someone help me please, I know this forum is kind of dead but I really want to use these PS filters. Quote Share this post Link to post Share on other sites
toe_head2001 1,463 Report post Posted August 12, 2018 13 minutes ago, Rembrandt said: ... there is a loading screen but literally nothing happens to the picture I selected. A loading screen, eh? Can you post a screenshot of the loading screen? Quote Share this post Link to post Share on other sites
Rembrandt 0 Report post Posted August 13, 2018 16 hours ago, toe_head2001 said: A loading screen, eh? Can you post a screenshot of the loading screen? https://gyazo.com/8a025c7f97de50e4410cb18647cff313 I couldn't really make a good screen of it because it disappears pretty quick, but I hope you can solve the problem. @toe_head2001 Quote Share this post Link to post Share on other sites
null54 509 Report post Posted August 13, 2018 That appears to be the dialog Paint.NET shows when it is waiting for an effect to finish rendering. Are you using Paint.NET's "Repeat Filter" command to run PSFilterPdn? If not I am somewhat confused because the main "8bf filter" window should never cause Paint.NET to display that dialog. Also what is the name of the filter you are trying to use? There may be some kind of compatibility issue with the filter and PSFilterPdn. Quote Share this post Link to post Share on other sites
Rembrandt 0 Report post Posted August 13, 2018 Well, I use Flaming Pears’ free pack and I do not press repeat filter. I just choose the filter I want to use and press OK Quote Share this post Link to post Share on other sites
null54 509 Report post Posted August 13, 2018 1 hour ago, Rembrandt said: Well, I use Flaming Pears’ free pack and I do not press repeat filter. I just choose the filter I want to use and press OK Fixed in 1.0.7.0. Other changes include: Support for the Paint.NET "Dark" theme Improved performance when launching the effect dialog multiple times Settings should be remembered during the current session for most filters Additionally all filters now have access to the PICA suites, this should improve compatibility with newer filters. 1 1 Quote Share this post Link to post Share on other sites
Rembrandt 0 Report post Posted August 14, 2018 I don't know what you've changed but it still doesn't work at me. Quote Share this post Link to post Share on other sites
null54 509 Report post Posted August 14, 2018 33 minutes ago, Rembrandt said: I don't know what you've changed but it still doesn't work at me. I added a line that should prevent the "8bf filter" dialog from closing when a filter is running. 23 hours ago, Rembrandt said: I just choose the filter I want to use and press OK When you say "Press OK" are you referring to the OK button in the "8bf filter" dialog? Quote Share this post Link to post Share on other sites
Rembrandt 0 Report post Posted August 17, 2018 On 8/14/2018 at 2:24 PM, null54 said: I added a line that should prevent the "8bf filter" dialog from closing when a filter is running. When you say "Press OK" are you referring to the OK button in the "8bf filter" dialog? Yes, I’m referring to the OK button in the 8bf filter dialog. Quote Share this post Link to post Share on other sites
null54 509 Report post Posted August 17, 2018 1 hour ago, Rembrandt said: Yes, I’m referring to the OK button in the 8bf filter dialog. My guess is that there is some kind of race condition in the code that I use to check if a filter is running. But as I have been unable to reproduce this error I do not know what I would need to change to fix it. ? Quote Share this post Link to post Share on other sites
AndrewDavid 626 Report post Posted August 17, 2018 On 8/13/2018 at 6:04 AM, Rembrandt said: I just choose the filter I want to use and press OK @Rembrandt With this statement in mind - You need to press >Run Filter> Not >OK> Quote Share this post Link to post Share on other sites
Merowinger86 0 Report post Posted September 23, 2018 I don't know why but it doesn't work anymore for me. After Avast deleted my current Nik Collection I had to reinstall it again together with the 8bf plugin. When I want to start one of the filters I get this message. Quote Share this post Link to post Share on other sites
null54 509 Report post Posted September 23, 2018 10 minutes ago, Merowinger86 said: When I want to start one of the filters I get this message. That is the generic "unknown error" message for Photoshop plugins. The only thing I can think of is that a file the Nik Collection requires is missing, or Avast may be blocking access to it. Quote Share this post Link to post Share on other sites
Merowinger86 0 Report post Posted September 23, 2018 (edited) I've moved all the files from the folder in the "Effects" folder of Paint.net. It worked the whole time, damn. Edit: Now it works. I don't know why but I reinstalled it the third time and now everything seems to work. Thank you anyway! Edited September 23, 2018 by Merowinger86 Quote Share this post Link to post Share on other sites
null54 509 Report post Posted January 4 Fixed a crash when the saved settings are corrupt, reported by @MizVeve in this thread. File version updated to 1.0.7.1. 1 Quote Share this post Link to post Share on other sites
nitenurse79 605 Report post Posted February 10 Hi. Using the latest version of this plugin, Windows 10 (all updated) and when I try to run Johann's plugins I get this error, any idea ? Quote Share this post Link to post Share on other sites
Pixey 3,903 Report post Posted February 10 I concur @nitenurse79 it's happening to me too. I'm not sure, but think the anti virus is stopping it. I will be interested to know what others suggest Quote Share this post Link to post Share on other sites
nitenurse79 605 Report post Posted February 10 40 minutes ago, Pixey said: I concur @nitenurse79 it's happening to me too. I'm not sure, but think the anti virus is stopping it. I will be interested to know what others suggest The only thing I use is Windows security Centre, never had problems with any other plugins 😕 Quote Share this post Link to post Share on other sites