Code Monkey home page Code Monkey logo

btoon's Introduction

BToon

Blender addon for toon rendering.

Toon Shading

BToon Skin Material

Description

This is a simple toon material designed for skins. It has controllable rim lighting, SSS, and specular effects. This material only works with EEVEE.

Usage

  • Select target objects
  • 3D Viewport > Object > BToon Utilities > Append Skin Material

Contour Rendering

Approach 1: Mesh Displacement and Culling

Description

This is a mesh-based technique to rendering contours, where meshes are duplicated, flipped, and then displaced outside.

  • Pros
    • Thickness can be controlled using textures.
    • Contours can be displaced in the viewport.
    • The same effect can be easily reproduced in other real-time rendering environment such as Unity.
    • ...
  • Cons
    • Ridges, valleys, and suggestive contours are not supported.
    • ...

Usage

  • Select target objects
  • 3D Viewport > Object > BToon Utilities > Set Contours

Implementation

  • It applies Solidify and Displace modifiers to the selected objects.
  • An emission-based material with backface culling enabled is created and set to contours.

Future Work

  • Utilities for composition-based contour rendering
  • Utilities for FreeStyle-based contour rendering

How to Install

(TODO)

License

  • The Python codes (using Blender Python APIs) are licensed under GPLv3.
  • The .blend library files are licensed under CC BY 4.0. (However, you do not need the BY credit when using the libraries through this addon.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.