-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add browse folder and browse file icons #88827
Add browse folder and browse file icons #88827
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My thoughts are the same as #88825 (review)
fb060d3
to
f6aae8c
Compare
This one requires a lot more spacing between the folder and the dots, as it's not grid-aligned or multicolored. I think it'll look better if we make the circles a bit bigger too. |
b702f80
to
27510f5
Compare
27510f5
to
0846bdb
Compare
I added the browse folder icon to the |
0846bdb
to
57e96a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (literally)
Could you try adding it here too? godot/editor/editor_resource_picker.cpp Lines 197 to 201 in bb6b06c
|
I don't think this PR obsoletes the load logo . I think that this PR means to replace the "Browse" text buttons, which don't load/open by themselves files, but only sets the path in the field. |
True, this case here is still more a browse as it assigns a resource from a load, not opens it for editing as such |
@akien-mga Makes me think that I could create a PR to remove the FBX importer dialog as ufbx was merged. The dialog is plain wrong. |
How do we summon this edit menu already? |
It's in the inspector, when you have a resource |
@AThousandShips But this replaces the current resource, effectively loading it. |
It loads it in the sense that it opens it in memory, but the main purpose is to replace the resource there, so I'd say it's the same as browsing for a file path, but it was just an idea :) It doesn't replace the current resource, just the resource in the property |
57e96a2
to
245dcbc
Compare
06041ee
to
cea5b0b
Compare
@Calinou Done! See the updated images on the PR description. |
a3948c8
to
42961e5
Compare
@Mickeon @MewPurPur @akien-mga Following this comment, I added back text labels for the "create project" dialog, the Blender dialog and the FBX dialog. See the PR description for the updated images. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All is well what ends well
42961e5
to
3a65e0c
Compare
3a65e0c
to
44d3ce2
Compare
Thanks! |
Adds the missing "browse folder" and "browse file" icons and replaces the "Browse" text button of the
ProjectDialog
, and theFBXImporterManager
to an icon button.New icons: and
I opened the folder icon in Inkscape (
editor/icons/Folder.svg
), created circles of 1px of radius, then created an outline of 1px. Subtracted the outline from the folder icon.Relates to #88825
Edits
FBXImporterManager
dialog.EditorFileSystemImportFormatSupportQueryBlend
dialog.