vini-guerrero / godot_game_tools

This is a blender add-on that contains tools to ease the creation/import process of assets into Godot Game Engine
GNU General Public License v2.0
364 stars 34 forks source link

V2.0.5 Texture Baking bakes lighting (And it shouldn't) #41

Closed zutils closed 3 years ago

zutils commented 3 years ago

"Create Bake Texture"->"Bake Texture" bakes in the lighting for procedural generated textures. This should not happen as the Godot engine should add the lighting itself.

Furthermore, baking should optionally bake normal maps and specular maps independently.

zutils commented 3 years ago

I made the changes myself and sent a pull request.

vini-guerrero commented 3 years ago

PR approved.