Auto-Bake Tools

by Sidojy Graphics in Addons



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

About The Project

Product Name Screen Shot

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.

  • 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. Buy an addon or download latest release of Auto-bake Tools:
  • Release
  1. Run Blender

  2. Go to Edit>Preferences Add-ons tab.

  3. At the top right of the Blender Preferences window, push the install... botton.

  4. Find the downloaded zip with Auto-bake Tools in file manager that appeared, select and click Install Add-on.

  5. Next, use the search in the Blender Preferences window (Directly under the Install... button), find the addon by name.

  6. 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 bevel 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 Glossy BSDF, Diffuse BSDF, Material Output, Bevel node, Image Texture node, Ambient Occlusion, Math(Power)

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.



License

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


Contact

Igor Subachev (GarikDog) - Discord - [email protected]

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

Sales 40+
Published about 1 year ago
Blender Version 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 4.0
Render Engine Used cycles
License GPL
Have questions before purchasing?

Contact the Creator with your questions right now.

Login to Message