zaya Posted November 3, 2020 Share Posted November 3, 2020 (edited) Hello. Sorry if this has been asked already, but I'm at the end of my google-fu abilities so I figured I'd start a new thread. I've been messing with the new CodeLab version (6.0), which supports Paint 4.2+. However, some of the effects like Distort>Morphology don't appear to be supported (unless the class is called something other than MorphologyEffect or similar, I've crawled through most of the code suggestions in the IDE). It's understandable if it's not supported as it uses GPU and the post about the new CodeLab only talks about multicore CPU support. I'm just wondering if there's a comprehensive list of all supported effects in CodeLab? Or even better, a developer API manual or something? Let me know if I'm just being dumb and didn't google hard enough.. thanks! ____________________________________________________________ Quick edit: I did find the CodeLab github repo which was helpful, and I'll drop here for any future googlers. It doesn't look like Morphology is in the supported effects based on the `FileNew.cs` file. So, follow-up question: is there any way to add a PDN built-in effect by using the `Parameters.SetPropertyValue` or some similar method? I'm willing to try to hack Morphology in if it's possible, I'm just not sure where to start... Edited November 3, 2020 by zaya Read the src and need even more help. Woe is me Quote Link to comment Share on other sites More sharing options...
MJW Posted November 3, 2020 Share Posted November 3, 2020 The class is MorphologyGpuEffect, but I don't know anything about it accessibility by plugins. It inherits from the class InternalPropertyBasedGpuImageEffect, which sounds a bit like it might not be. Quote Link to comment Share on other sites More sharing options...
toe_head2001 Posted November 3, 2020 Share Posted November 3, 2020 All built-in GPU Effects are internal classes, so you can't use them in your code. 1 1 Quote (June 9th, 2023) Sorry about any broken images in my posts. I am aware of the issue. My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.