Page MenuHome

UI: Make labels to be more correct
ClosedPublic

Authored by Yevgeny Makarov (jenkm) on Jul 27 2020, 11:46 AM.

Details

Summary

Make some labels to be more correct.

Temporary Windows:
"Full Screen" to "Maximized Area" in the Temporary Windows prefs.
Renamed the "Temporary Windows" to "Temporary Editors". Temporary windows is just one of the possibilities there,
the choices are really about what happens to temporary editors.

Statistics:
"Verts" to "Joints" in the Armature statistics.

Close file dialog:
Keep the ".blend" file extension so it's more obvious that this is the file name.
Use "image(s)" instead of "image"/"images" (see rB01c824ac88a0).

UI Line Width (Thin, Auto, Thick):
Used "Default" instead of "Auto", as it is more correct; Thin and Thick also automatic, and not some fixed.
Also the tooltips for Thin and Thick refer to some "default". (Initially it was "Default" in D2778.)

File menu:
"Purge All" to (Clean Up) "Unused Data-Blocks"

Diff Detail

Repository
rB Blender

Event Timeline

Yevgeny Makarov (jenkm) requested review of this revision.Jul 27 2020, 11:46 AM
Yevgeny Makarov (jenkm) created this revision.
Yevgeny Makarov (jenkm) edited the summary of this revision. (Show Details)

Good changes!

Side note: I wonder if we should rename the "Temporary Windows" subpanel to "Temporary Editors". Temporary windows is just one of the possibilities there, the choices are really about what happens to temporary editors.

And the "Untitled.blend" change makes sense because it's consistent with any named file.

This revision is now accepted and ready to land.Aug 26 2020, 5:15 AM
Yevgeny Makarov (jenkm) edited the summary of this revision. (Show Details)
Yevgeny Makarov (jenkm) edited the summary of this revision. (Show Details)

Still need to be corrected: "BloomCol".


This was overlooked:

The edit_mesh_extrude_individual_move extrude individual faces or edges or vertices (not only faces) based on selection mode and selection totals. A kind of "Smart Extrude".
The current description exactly duplicates extrude_faces_move (which only extrudes faces).
It is called "Extrude individual elements and move" before rB90f8f5cb06ef


Text editor Find/Replace Set Selected (Eyedropper icon) still have the wrong description.

ot->name = "Find & Set Selection";
ot->idname = "TEXT_OT_find_set_selected";
ot->description = "Find specified text and set as selected";

ot->name = "Replace & Set Selection";
ot->idname = "TEXT_OT_replace_set_selected";
ot->description = "Replace text with specified text and set as selected";

replace_set_selected - sets the selected text into Replace field (this does not replace the text)
find_set_selected - sets the selected text into Find field and search next

So this is Set Selected operators for Find and Replace fields.
There were incorrect changes recently.

Hey, I love every change in here EXCEPT for just one. I really don't like the use of "dots" in the change from:

"Changes the thickness of widget outlines, lines and points in the interface, for high DPI displays"
to
"Changes the thickness of widget outlines, lines and dots in the interface"

Can we keep this as "points"? Or can someone else wade in?

This revision was automatically updated to reflect the committed changes.

I will add here too, "dots" are used instead of "points" not to be confused with "font points" (font size).

"Changes the thickness of widget outlines, lines and dots in the interface."