this post was submitted on 09 Jul 2024
940 points (99.2% liked)

memes

9373 readers
2200 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 

Not my meme, I stole it from someone else. You wouldn't know them, they go to a different community.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 month ago* (last edited 1 month ago) (1 children)

Just switched to krita recently for drawing and it's so great, the setup is pretty much like photoshop, with all the tool i ever needed.

I don't even know why i bothered using photoshop to begin with.

And yeah blender is the OG of 3D.

[–] [email protected] 3 points 1 month ago (1 children)

Does Krita have actions, macros, scripting, or perhaps batch commands?

[–] [email protected] 1 points 1 month ago (1 children)

I never used that, depend on what you want to do but i don't think there is a good builded in way...

So i guess you can look for some other macro tools or using a python script.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (1 children)

I'll check it out, but I'm also learning Python scripting in GIMP, and I found a really nice batch plugin called BIMP that can do things like crop, resize, and much more on many files at once.

Although I hear the python-fu thing is going away in version 3.0, and instead you're just supposed to use a code library in a standalone Python script. The python-fu thing is handy because it adds new menu items for the scripts you make for easy access.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Interesting, maybe it will be worth looking into for myself too, because right now i'm only using the macro's menu of my huiton pen, and it's limited to keyboard shortcuts.

And I just checked it, you can have scripts in krita too. So i guess if your learning python scripting you may want to try krita's api, I'm gonna have a peek too when I get the chance.