0
$\begingroup$

So, i saw a post in this Stack about 2 years ago but nobody had awnsered, so im trying to ask another time, does anyone know how to actualy get this Shader in blender 2.8? Somehow they have controls over the shading, and normals. And the shader draws smooth lines around the edges. Here are more examples.

I would like to know, what kind of settings, what kind of stuff I should be looking for, to copy this style with blender, or if anybody pro enough to create a short tutorial it would be amazing!

Here are my examples.

enter image description here

enter image description here

Animation:

https://twitter.com/twitter/statuses/916984184035360768

This here is actually created in blender. https://orig00.deviantart.net/f78a/f/2015/056/9/e/untitled_by_keiichiisozaki-d8jfztd.gif

$\endgroup$
5

1 Answer 1

3
$\begingroup$

I specifically made a long playlist where the main characteristics of stylizing a shader play a big role in your character considering:

  1. Vertex painting (to create specific shadows) use separate RGB to create filter for channels that can be later used as specular, reflective, etc. maps.
  2. Using a threshold to limit the light (aka Ramp Shader)
  3. Many math operations between results to ADD light or Multiply it (darken) in the shader editor.
  4. Modeling in regards to how the normals will be affected by light. This is tangent and crucial.
  5. You can copy "simplified" normals from less dense polygonal objects, since you want a very "flat" shading and not light-computed-accurate shaded models. Use the Edit Normals modifier.
  6. Textures can also be used to create masks, so you can have flat colors but limited by black/white textures.
  7. PLANNING a GOOD 2D CHARACTER REPRESENTATION is a MUST! You can't jump into 3D without proper knowledge of what makes your character look 2D.
  8. Mask out any unwanted light shedding on the model. Use alphas in the image node textures.
  9. You can watch more details about these points from simple to complex examples in this series for BLENDER ONLY >>
  10. You can use occluding meshes to create fake shadows. Create a "transparent material" but shadows are opaque. You don't see the occluding material shader, but the shadows will be on top of whatever you want to cast shadows to.
$\endgroup$

You must log in to answer this question.