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

Feature Request: V2.0.5 When exporting models, temporarily connect image texture instead of procedural texture #43

Closed zutils closed 3 years ago

zutils commented 3 years ago

Feature Request: V2.0.5 This is a 2 in 1 feature request that are very close in nature.

1) Allow exporting of any model instead of just Characters 2) When exporting GLTF via Godot_Game_Tools, the image texture node that is automatically generated via the "Create Bake Texture" button should be automatically, and temporarily, connected to the "Principled BSDF Shader" node. The implications of this are that the gltf model will now be fully ready for importing into Godot with both textures and animations.

zutils commented 3 years ago

I made the changes myself and sent a pull request. Please note that this only works with part 2... you still cannot export anything using this system (yet).

vini-guerrero commented 3 years ago

Thanks for the PR @zutils , https://github.com/vini-guerrero/Godot_Game_Tools/pull/44 merged now.