#software tutorial
Explore tagged Tumblr posts
jaeharuart · 11 months ago
Text
youtube
As usual, my tutorials focus on understanding the software and how to use its tools for your own works so here is one focusing on how you can use texture brushes with your painted bases and the software's modes and tools to paint more believable textures. You could also create textures this way and export the maps to bring into 3D material nodes if you wanted. Happy arting!
Patreon
LinkTree
13 notes · View notes
thoughtportal · 1 year ago
Text
( Customizing Workspace to get painting Faster) an introduction to Krita so You can Get started Having fun with it asap. You can actually do a lot with Krita. It’s a really amazing digital art tool. You can even animate using Krita or make comics and manga. But we’re just going to show you some basics on how to get started so you can start with doing digital art and getting your awesome vision out there, with as little turbulence as possible.
17 notes · View notes
never-obsolete · 4 months ago
Text
Tumblr media
Microsoft Productivity Pack for Windows (1992)
41K notes · View notes
saranabd · 8 months ago
Text
VidMake Tutorial: A Complete Guide to Mastering Video Creation
VidMake Tutorial: A Complete Guide to Mastering Video Creation In the digital age, video content has become one of the most powerful mediums for communication, entertainment, and marketing. With the rise of social media platforms like YouTube, TikTok, Instagram, and Facebook, video creators are seeking user-friendly tools to make engaging and high-quality content. Enter VidMake Tutorial, the…
0 notes
sketchupmajor · 1 year ago
Video
youtube
ArchiWood&ArchiNest 1-05:Error Handling - Clear Cache
1 note · View note
technochatroom · 1 year ago
Text
youtube
0 notes
myork · 2 months ago
Text
Tumblr media Tumblr media
hello!
272 notes · View notes
batsyl · 11 months ago
Text
Tumblr media Tumblr media
Yes hello, have an Obi-Wan with a pinch of ObiMaul
Don't know which version I like best, so there ya go
323 notes · View notes
marosii · 9 months ago
Text
Tumblr media
Frog floatie Gon☀️
227 notes · View notes
sixofclovers · 2 months ago
Note
saw your recent post (cool as shit btw that's really incredible) but I have to ask if you like ENA Dream BBQ?? I would not be surprised if that game's animation was inspired off of you or vice versa
Anyway, how did you learn to animate? I've tried once or twice but have been to intimidated to actually start. I can draw still images but I feel like it's witchcraft when you animators actually make them move
Thanks so much! I have to say I'd never heard of ENA Dream BBQ before (not much of a gamer, that is a random string of words to me) but a few others have mentioned it too- I can see the similarities! No association as far as I know tho haha, but it looks really cool
I started animating just before UNI and did it for my undergrad, but didn't engage in the environment tbh- I honestly learned to animate by sitting down and animating, I know that's the lame common answer but you really learn the most by doing. I've just started my masters (after 6 years away from school and a whole new attitude) and still have sooo much to learn (exciting). I also began animating in toonboom (a bit intimidating) but apps like flip-a-clip, procreate, even clip studio paint are great for getting a feel for frames and timing, keeping it simple helped me
To actually start out I'd recommend doing studies and the basics, do some small exercises on Disney's 12 principles of animation, do the bouncing ball, try a walk cycle, follow a tutorial you like on YT, do some life drawing. If you can draw still images draw two in different poses and start by adding a single drawing between them to see how it moves, how the timing feels. When you get sick of that try animating your fave character with their hair blowing in the wind, blinking, something small and fun to reset :) Especially if you can already draw it can feel demoralising to not be as good when you first start animating, but that just means you have a good foundation
I also think it helps to enjoy the process, though it can be tedious or frustrating. I know people make jokes about it being a pain but it's like bringing something to life, its awesome. And try to find some pride in whatever you make because you'll have learned so much to improve next time
Tumblr media
This was my first animation over 10 years ago, I watched that A Lullaby for Gods and loved it so much I tried my own. You don't have to share your work cause I know that can feel vulnerable, but make what you like and keep what you make hasn't steered me wrong yet :)
44 notes · View notes
jaeharuart · 2 years ago
Text
Tumblr media
Photoshop and Clip Studio Paint's Blend Mode Differences Explained
Patreon: https://www.patreon.com/JaeHaruArt?fan_landing=true
LinkTree: https://linktr.ee/jaeharuart
31 notes · View notes
never-obsolete · 4 months ago
Text
Tumblr media Tumblr media
Microsoft Productivity Pack for Windows (1992)
2K notes · View notes
magpie-trinkets · 1 month ago
Text
How do you "bookmark" posts on Tumblr?
Bookmark as in, saving a post in a place that you can easily access later in case you want/need to look at it. Posts like resources, references, links, tutorials (to name a few)... Anything you might want to save for later.
I am curious! I personally reblog them into the Drafts but I'm aware people do it differently.
18 notes · View notes
fohatic · 9 months ago
Text
“Oh No” / Avengers: Assemble (explicit lyrics)
i made another fanvideo for a bingo fill, this time for square Y4 / “starting a new team” for @cap-ironman stony bingo round 2
37 notes · View notes
agatedragongames · 8 months ago
Text
Coding tutorial: Chain-of-responsibility pattern
A peasant, knight and king walk into a software design tutorial, and are here to teach you the chain-of-responsibility pattern. Learn how to create a chain of handlers which can handle different request types.
Tumblr media
This tutorial shows you how to code the chain-of-responsibility pattern in the Visual Studio development environment, using a console application and the C++ programming language.
The chain-of-responsibility pattern passes on a request to a chain of handlers one at a time. Each handler can handle different requests. So if the first handler can’t handle the request, then it will pass it on to the next handler. Once a request is handled, the chain ends. Since there is no longer a need to pass on the request.
It is also possible that the request doesn’t get handled by any of the handlers. Since each handler can handle 0, 1 or many requests of different types.
See the full tutorial here.
Console output:
Tumblr media
20 notes · View notes
nahbees · 5 months ago
Text
Basic JDownloader 2 Tutorial
With the world realizing that media on the internet can be lost with a snap, I thought it would be a good idea to show you how to download media, either music, videos, pictures, and text in bulk. (LONG POST WARNING)
I. Downloading the Program
Behold, the download page, is this safe? There is a pretty high chance that the software is safe, as it is open-source, meaning anyone can look at the programs code and/or modify it. However if you still don't feel safe installing the file, that's okay! I don't have any alternatives however TmT.
I will be downloading the windows version since that's the OS I run, however I'm sure the other downloads work just as fine.
Tumblr media
You should get either the top one or the bottom one, if one doesn't work then try the other, the other versions on the website I believe are for older computers.
Double click on the file it downloaded and wait for the installer to load.
Tumblr media
Go though the installation and wait for it to install. Once it's done downloading click finish and JDownloader 2 should open automatically (or if you disabled that int he installation, you can just open it there.)
II. What the Heck am I Doing?
Tumblr media
What do you do? The program is a bit confusing at first, however it's rather simple to understand. See that button circled in red? That's how to add items to download, click it. However, if you look at the top of the image and locate the clipboard circled in blue, that makes is so anything you copy, links, images, etc, will automatically be added to the program, if you think this will be annoying then disable it.
Tumblr media
Once you click the "Add New Links" button, this window should appear. Everything here looks pretty scary, however you only need the two that are circled, the rest is for more advanced searching. Simply copy and paste a link that has any content supported by JDownloader 2. (NOTE: Youtube is fully supported by JDownload 2).
(Just if your looking for the continuation!)
7 notes · View notes