A downloadable tool

Buy Now$5.00 USD or more

Contributors Stargazers Release Issues MIT License

Logo

Auto-bake Tools

Blender Add-on for Automatic Bevel Shader - Normal Map Baking/AO Baking
easy to use
useful for 3D artists

Update December 16, 2023: Sampling and some fixes!

About The Project

An easy to use Blender Add-on that allows you to bake Bevel Shader to the Normal Map, Ambient Occlusion to the AO Map in fully automatic mode. 

Primarily used in game-ready pipelines


  • If You are working in Blender, this will save you a lot of time!
  • If You're not working in Blender but need to bake your bevels, this will save you even more time!

    

Built With

  • bpy

Getting Started

Prerequisites

First You need to install Blender (You need the 3,0,1 or newer)

  • Download the last blender release:
  • blender

Installation

  1. Download latest release of Autobake Tools
  2. Run Blender
  3. Go to Edit>Preferences Add-ons tab.
  4. At the top right of the Blender Preferences window, push the install... button.
  5. Find the downloaded zip with Auto-bake Tools in file manager that appeared, select and click Install Add-on.
  6. Next, use the search in the Blender Preferences window (Directly under the Install... button), find the addon by name.
  7. Check the box next to the found Add-on.


Usage

  1. Select an object that need to bake in the scene. (Must be UV unwrapped)
  2. If an object is selected, the Auto-bake Tools Panel will become available.
  3. Go to Auto-bake Tools Panel
  4. Push the Create Bake Environment button
  5. Correct Values:
  • Image Width - Bake Image width
  • Image Height - Bake Image height

For Bevel:

  • Glossy Preview - Sets the glossy shader to visually display Bevel effect
  • Bevel Samples - Number of rays to trace per belel shader evaluation.
  • Bevel Radius - radius of traced bevels (in meters by default)

For AO:

  • AO Distance - distance of AO tracing
  • AO Samples - Number of rays to trace per Ambient Occlusion evaluation
  • AO Exponentiation - Exponentiation value of AO to increase contrast
  1. Push the Bake Normal and Show button for Bevel or Bake AO and Show for AO
  2. Wait... And That's All! You may save the Bake result Normal Map/AO Map in Image Window that appeared

You can look at this gif:


Important additional information:

It is advisable to check if GPU Render is available for Cycles.

If not available, go to Edit>Preferences System tab In it, select the CUDA subtab and uncheck / check the boxes next to your video card name and near the processor name.

After these steps, GPU Compute will be available in most cases (If the hardware is not quite ancient)

GPU Compute for Cycles is extremely important and greatly overclocks the render, please keep in mind!

Explanation of what the addon code does

Create Bake Environment operator:

  • Shading setup:
  1. Sets the Render Engine to Cycles
  2. Sets the Render Feature Set to Supported
  3. Trying to set the Render Device to GPU
  4. Sets the Bake Multires to False
  5. Sets the Selected to Active to False
  • Material Setup:
  1. Creates Material (if selected object have not material)
  2. Sets the Use Nodes to True
  • Shader Editor setup:
  1. Cleares Nodes
  2. Creates, places and conneсts Principled BSDF, Material Output, Bevel node, Image Texture node

Bake Normal and Show operator:

  • Creates the Image with custom _n name ending
  • Runs default blender Bake operator with type Normal

Bake AO and Show operator:

  • Creates the Image with custom _ao name ending
  • Runs default blender Bake operator with type DIFFUSE
  • Opens the window with the Result

Glossy preview, Image Width, Image Height, Bevel Samples, Bevel Radius, AO Distance, AO Samples, AO Exponentiation - custom properties. It's implementation allows you to change the values at any time. The nodes will get them anyway.

Roadmap

  • Add a multimesh bake

See open issues for a full list of proposed features (and known issues).

License

Distributed under the APACHE-2.0 License. See LICENSE.md for more information.

Contact

Igor Subachev (GarikDog) - Discord - sobakapppoe@gmail.com

Project Link: https://github.com/GarikDog/autobake_tools

Purchase

Buy Now$5.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:

autobake_tools.zip 12 MB

Leave a comment

Log in with itch.io to leave a comment.