Add blender/fbx2gltf tooltip for where the filepath is #66983
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Basically an extension of this godotengine/godot-proposals#5547 because its impossible to add a button to redirect to editor settings. Users will easily stumble into project settings import blender/fbx2gltf enabled checkbox, but 99% of the times they want to set the path instead, and the old tooltip requests to change a file, instead of doing it the easy way of opening editor settings.
This is my first time I pull request onto godotengine, and I do not know if this file is auto-generated. Feel free to deny this commit or edit it. My arguments are in the above issue tl;dr: user doesn't know where to set blender/fbx filepath, the tooltip mentions a file change, and hovering over to redirect to editor settings is intuitive.
I also added a URL to V-Sekai FBX2glTF utility. I do not know if the styling is to be in [url=], or if explicitly redirecting to a 3rd party tool within the engine is even encouraged, so freely delete that line.