Add blender/fbx2gltf tooltip for where the filepath is#66983
Closed
TheYellowArchitect wants to merge 1 commit intogodotengine:masterfrom
TheYellowArchitect:patch-1
Closed
Add blender/fbx2gltf tooltip for where the filepath is#66983TheYellowArchitect wants to merge 1 commit intogodotengine:masterfrom TheYellowArchitect:patch-1
TheYellowArchitect wants to merge 1 commit intogodotengine:masterfrom
TheYellowArchitect:patch-1
Conversation
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 this, 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, and hovering over to redirect ftw I also added a url to V-Sekai FBX2glTF utility. I do not know if the styling is to be in [url=], or if its even encouraged, so freely delete that line.
Member
|
See also #59810, which is a more thorough solution for improving the FBX import experience. |
Contributor
Author
|
Wow, I missed that. It is indeed a superior solution to just adding 2 lines on tooltips lol Thank you for notifying me. I will keep an eye on it, and if its merged, I will close this pull request which is honestly a band-aid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.