hey guys C: i finally posted a blender tutorialll!! this is my very first tutorial so idk if it's any good tbh.. i think it's a little fast paced tbh. i'll probably post a better one sometime in the near future soosos
seen from China

seen from United States
seen from United States
seen from Hong Kong SAR China
seen from Vietnam
seen from United States
seen from United States

seen from China
seen from Finland

seen from United States
seen from Brazil
seen from United States
seen from China
seen from Uzbekistan
seen from China

seen from France

seen from United States
seen from China
seen from Macao SAR China
seen from Brazil
hey guys C: i finally posted a blender tutorialll!! this is my very first tutorial so idk if it's any good tbh.. i think it's a little fast paced tbh. i'll probably post a better one sometime in the near future soosos
Hair texture tutorial.
Hello!
While I'm doing a new hairstyle, I wanted to share one topic that has been on my mind for a long time. I finally figured out a more or less easy way to create textures, and I really, really want to share it. I'm not going to explain the basics, so I expect that you already understand basic concepts like uv, and are familiar with baking ui in blender and know shader nodes basics (please, enable node wrangler...)
Also you'll need this add-ons for better uv manipulation and uv-packing
FIRST STEP - UV
To begin with, we need a hair model, preferably one you’ve created yourself. However, game hairstyles also partially fit these requirements, since they're colored in a similar way. I’m basically trying to replicate something close to the Maxis pipeline using the tools and methods I have.
The model should be unwrapped and shouldn’t have overlapping UV islands. If you used hair curves, your UVs are probably already rectangular. Just rotate and resize them as you normally would when applying game textures.
You can place some UV islands in the head’s texture space, where the hairstyle overlaps the mesh. You can also check the game textures for reference. There’s usually plenty of space used by the hair textures, not just that tiny rectangle in the top-left corner.
This is how my UV looks like:
To achieve this result, you can use free add-ons for uv packing such as UV-packer.
I prefer hand modeling over using curves, so my UVs look a bit different. I used the UV manipulation add-on I mentioned earlier to get them this way, but that’s not the topic for today.
IMPORTANT: All UV islands should be as straight as possible and oriented vertically. Otherwise, this method won’t work. This is crucial because the noise texture stretches vertically to imitate hair strands. It’s too time-consuming to handpaint them, and honestly, no one really does that.
And just when I change Rael's soul gem to moonstone....... I figure opalites out in blender 😭😭😭😭 nodes below the cut:
How to apply textures in Blender 4.0 For newbies (´。• ᵕ •。) ♡
So you imported your lovely doll into Blender 4.0, but the textures are messed or missing, here's how to apply base simple textures from the scratch!
I'm using Blender 4.0.2 (Sorry 4.3, but your EEVEE is currently nothing but tears for me) and my lovely Aidan is here to assist me. SO! Seat your bum comfortable and let's begin!
1 - Split your working space by pulling the corner of the screen:
How to rip NPC models from Destiny 2 for fan art and reference purposes!
For this tutorial, you will need:
Destiny 2 installed on your computer
Blender 4.0 or later
The latest version of Charm
The latest version of the D2 Blender Importer addon
Note that this tutorial is intended for those with working knowledge of the basic usage and functions of Blender. If you're brand new to the software, there are plenty of great tutorials out there on youtube and other sites. Personally I would recommend Grant Abbitt's tutorials, he's the one I learned from the most when I was new to Blender.
This is also not the only or definitive or even necessarily the best way of doing this. It's just what I have found works best for me with trial and error.
Image-heavy tutorial below the cut!
A quick rundown of how the Data Transfer modifier in Blender works and what to do when your meshes weights are messed up :D
Full Project Video here: https://youtu.be/vrpGbPwjAwE
CC Creation Tutorial: Smooth Seams in Blender
In this tutorial, I will show you how to make your mesh seams smooth inside Blender (no Milkshape required!) and walk you through the process step by step. We will make a perfectly smooth mesh and transfer the normal data from that mesh to our main mesh using the Data Transfer modifier.
I am using Blender 3.6 in this tutorial (though you should be able to follow along using other versions as well)
You do not need to have much previous knowledge to follow this tutorial, but I assume you know some basics in Blender like how to select, things, navigate around, etc, and know how to import the meshes and put them into Blender.
For this tutorial, I exported the Sims 3 afbodyEP4DressPromBigBow mesh with TSR Workshop. You can use any clothing mesh you like though, and works on any meshes, not just Sims 3 ones.
This is our mesh. You can already tell that it has the dreaded seams on the neck and the rest of the body.
First, we need to make a copy of the mesh (in Object mode, select the mesh and hit Ctrl+D Shift+D to duplicate it, then hit Esc to stop it from moving around).
Rename the mesh (I added Seamless to the mesh name).
Make sure the original mesh is hidden (click the eye symbol) and select the Seamless mesh.
Press the Tab key to go into Edit Mode.
Now we select the parts that we want to have smooth seams. Let's select everything that is skin (you can select a litte piece of the mesh and then press Ctrl+L to select the entire piece)!
Now, press M and in the menu, choose By Distance. (in older versions, this is called Remove Doubles).
This will remove all double vertices at the seams on the selection we made.
It will show you how many vertices it removed. The skin looks nice and smooth!
Let's switch back to our original mesh: Make sure you deactivate the eye on the Seamless mesh and activate the eye again on the main mesh. Then, select the main mesh.
Now, let's add a data modifier to our main mesh. Click the blue wrench icon in the vertical list of the properties panel and then onto Add Modifier, then choose Data Transfer from the list.
As the source, we choose our Seamless mesh.
Also toggle on Face Corner Data and click the Custom Normals button.
Hold on, there is a message saying that we should enable Auto Smooth in Object Data Properties. Let's do that next! (if the message does not appear for you, maybe Auto Smooth is already on).
Click the green inverted triangle button and in the Normals section, toggle on Auto Smooth.
Now we can switch back to the modifier tab by clicking the blue wrench icon again.
But hang on, what happened to our mesh? There are now black spots over the dress and shadows on the legs!
This is due to the Data transfer modifier's Mapping setting. If we change it to Topology, our mesh goes back to normal again. Phew!
Now that the normals look good, we can start the transfer of our new smooth normals from the seamless mesh to our main mesh. To do that, we hit the Generate Data Layers button. This button works destructively, so you cannot undo what it did, just FYI.
Note: On newer versions of Blender, Generate Data Layers may not be enough to transfer the normals and you may need to apply the modifier instead.
You can toggle the modifier's visuals on and off with the little screen icon to see the results after you click Generate Data Layers to see if it stuck. If it did not (and you see the seams of your base mesh when toggling it off), try to apply it instead.
I switched from textured to solid shading because the differences are just more noticeable in this mode. This is how our mesh looks now with the modifier turned off.
Because we clicked the transfer button, the normals have been permanently applied to our mesh. The skin is smooth now, and so is the dress (even though we did not smooth that one, hmm...)
If we toggle the modifier back on, suddenly the dress has seams again! What's going on there? I'm not exactly sure why, but Auto Smooth seems to be doing some smoothing on the dress mesh as well.
I am not sure if this is normal behavior or not, but let's pretend that this did not happen and the modifier in fact did not smooth the dress.
Maybe we just forgot to smooth some areas on the Seamless mesh that we noticed only later on. That's no problem. We simply modify our Seamless mesh again!
So let's swap back to the seamless mesh and select it (remember to click the eye icons so only the Seamless mesh is visible).
Let's select the main dress parts and press M -> merge by distance on them. We cannot smooth the whole dress all at once, because then that would remove some seams that we want (like those for the backfaces and the middle section of the dress where the bow is attached).
If we remove the wrong seams, we ruin our normals and will have black splotches.
Now, let's select the backfaces and areas we left out before and repeat this process: M -> merge by distance.
Look at how perfect our Seamless mesh is looking now! Now, let's transfer those beautiful normals to our main mesh.
Select the main mesh and toggle the eye icons again, to hide our Seamless mesh and reveal our main mesh.
Once again, we will use the Generate Data Layers button in our Data Transfer modifier. If you have previously applied the modifier, just add the modifier again to the main mesh and use the settings shown here.
And that's it, you are done! You have a perfectly smoothed mesh that you can export now.
Final Note: it is best to transfer the normals at the very end of your meshing process because any action that recalculates the normals can reset our custom-made smooth normals again.
Of course, you can simply use the Generate Data Layers button again to re-add them, but it saves you time to only do this step at the end.
I almost forgot to say: You still have to use Mesh Toolkit to fix the seams on the edges of your mesh and do the usual shenanigans.
I love your 3d artstyle, is there any particular guide you used for them?
thank u so much!!!
im not really sure if you're asking about lowpoly (the style that of 3d model i make) or my actual artstyle translated into 3d BUT... i will try to answer both...
my artstyle is lowpoly, and i think these videos are good: 1. 2. 3. 4. the third one is very nice and the creator takes you step by step through process. fourth one is more animal crossing style... 1st one is the CLOSEST to my artstyle i think! but if you are a beginner i recommend doing 3 and then going to 1 ^_^. 2 has a similar work-style as me. when creating full body characters like the one on the right i tend to avoid using shapes and try to model things from scratch!
if you want to learn more about stuff that can make your work more 'me' then here are some stuff that i do: