I added two new blending modes, over spectral and copy spectral. When krita’s smear brush uses the new algorithm, it can use spectral blending, and mypaint brush is also modified to use spectral blending.
Moving topic to #develop category, better place than #lounge
Can’t access to google link without google account.
Also, for sharing modifications made on Krita’s code, sharing a link to a gitlab or github fork of repository might be better, no?
Sorry, I’m a Chinese, so I don’t have other foreign online disks. I’m not a developer, so I don’t have github or gitlab. I’m uploading the compiled version. There are about 10 minutes left. The network speed is very slow, sorry
Creating an account is fast
Doing a fork is fast too
After, using git is another thing
But if you want to contribute to Krita’s code, I think you won’t have the choice.
Pinging @tiar and @halla, maybe they can help you better than me about this.
But from china you should be able to access github and gitlab (I think @tysontan is Chinese and use gitlab to contribute to Krita)
I am familiar with him in private and have discussed this issue many times. However, I don’t know how to use gitlab.
Another problem that hinders us is that certain places are “replacement.” (Replace the original code in some places instead of preparing an interface for switching) This will change the brush effects of other users.
Finally, we are not professional programmers. There are areas worthy of optimization in code structure and performance. Therefore, some professional help is needed.
Now you can see your fork of Krita under your profile page, which you can commit.
You can create a unique branch for your project, that’s easier to identify.
Make the necessary changes. You can use the WebIDE to edit source code in your web browser.
When you are done, file a Merge Request.
I’m not a developer, I only have limited experience with gitlab to improve i18n stuff (that’s not actual programming). I think in your case, you should contact Krita’s core developers for more info and better cooperation:
If it’s possible, I think it should be a option to do spectral mixing or no spectral mixing in the mypaint brushes. In MyPaint, the option for how much spectral mixing is used is controlled by “Pigment”.
I try the spectral mixing version and found that color mixed very nicely!!
And there’s a problem that it’s a bit lag ,hope there’s an optimize version later,thanks all guys!!
Thank you for your suggestion, but as the @TheTwo said, we are not professional programmers, so this suggestion may only be implemented with official help
I built the branch and tested (disclaimer: built on Kubuntu 20.04LTS, not super fresh for libraries or Qt…).
Unfortunately on my side, all native smudge engine brushes for Krita returned pure black color here (after the activation of the check box). Same for the blending modes.
But it was fine with the Mypaint engine. I tested mainly Mypaint Wet Knife, and the resulting vivid green appearing in the mix was the proof something new was going on. However, it affects the performances very noticeably.
Hello, I have fixed the blending mode error and compiled and verified it. You can download the repaired version of the code in the link given at the top
Damn that looks amazing.
Even if it comes down to it I don’t mind isolating sections or something to go faster if it is needed. Like zbrush does to sculpt even tighter meshes.