UI: Fix several messages in the UI #106580

Merged
Hans Goudey merged 1 commits from pioverfour/blender:dp_fix_messages into main 2023-04-05 16:40:29 +02:00
Member

Issues reported by @Joan-Pujolar:

  • "Limit the render time (excluding synchronization time).Zero
    disables the limit" [space after dot]
  • "Apply modifiers to exported mesh (non destructive))" [two brackets]
  • "Make this nurbs surface meet the endpoints in the V direction"
    [trailing space]
  • "Number of sample along the [xyz] axis of the volume" [samples]
  • "Move strips so transformed strips fits" [fit]
  • "Number of time the light is reinjected inside light grids, 0
    disable indirect diffuse light" [times]
  • "Size of the shadow pool, bigger pool size allows for more shadows
    in the scene but might not fits into GPU memory" [fit]
  • "Sequence strip to used the rendered image of a scene" [using]
  • "Override the scenes active camera" [scene's]
  • "3D region in this space, in case of quad view the camera region"
    [message unclear, rephrase]
  • 'Is current view aligned to an axis (does not check the view is
    orthographic use "is_perspective" for that). Assignment sets the
    "view_rotation" to the closest axis aligned view' [message unclear,
    rephrase]
  • "Input properties of an Gizmo" [a Gizmo]

Own fixes:

  • "Can't edit driven number value, see graph editor for the driver setup."
    [This editor was split into a driver editor]
  • "Set select on random" ["Select or deselect": "set select on"
    is a convoluted way to say "select something"]
  • Rephrase the description for the Set Axis operator as it was hard to
    understand.
  • Capitalize "blender" in multiple places.
  • "Set cursor selection" -> [Set text selection]
    Not sure what the original message meant, it's unclear and possibly a
    copy and paste mistake from another operator.
  • "Retiming Hndles" [Retiming Handles]
  • "%s '%s' has category '%s'" [trailing space]
  • "TimeCode" [Timecode: the Pascal case doesn't seem to be used for
    time codes]
Issues reported by @Joan-Pujolar: - "Limit the render time (excluding synchronization time).Zero disables the limit" [space after dot] - "Apply modifiers to exported mesh (non destructive))" [two brackets] - "Make this nurbs surface meet the endpoints in the V direction" [trailing space] - "Number of sample along the [xyz] axis of the volume" [samples] - "Move strips so transformed strips fits" [fit] - "Number of time the light is reinjected inside light grids, 0 disable indirect diffuse light" [times] - "Size of the shadow pool, bigger pool size allows for more shadows in the scene but might not fits into GPU memory" [fit] - "Sequence strip to used the rendered image of a scene" [using] - "Override the scenes active camera" [scene's] - "3D region in this space, in case of quad view the camera region" [message unclear, rephrase] - 'Is current view aligned to an axis (does not check the view is orthographic use "is_perspective" for that). Assignment sets the "view_rotation" to the closest axis aligned view' [message unclear, rephrase] - "Input properties of an Gizmo" [a Gizmo] Own fixes: - "Can't edit driven number value, see graph editor for the driver setup." [This editor was split into a driver editor] - "Set select on random" ["Select or deselect": "set select on" is a convoluted way to say "select something"] - Rephrase the description for the Set Axis operator as it was hard to understand. - Capitalize "blender" in multiple places. - "Set cursor selection" -> [Set text selection] Not sure what the original message meant, it's unclear and possibly a copy and paste mistake from another operator. - "Retiming Hndles" [Retiming Handles] - "%s '%s' has category '%s'" [trailing space] - "TimeCode" [Timecode: the Pascal case doesn't seem to be used for time codes]
Damien Picard added 1 commit 2023-04-05 02:48:11 +02:00
48c1b905f0 UI: Fix several messages in the UI
Issues reported by @Joan-Pujolar:

- "Limit the render time (excluding synchronization time).Zero
  disables the limit" [space after dot]
- "Apply modifiers to exported mesh (non destructive))" [two brackets]
- "Make this nurbs surface meet the endpoints in the V direction"
  [trailing space]
- "Number of sample along the [xyz] axis of the volume" [samples]
- "Move strips so transformed strips fits" [fit]
- "Number of time the light is reinjected inside light grids, 0
  disable indirect diffuse light" [times]
- "Size of the shadow pool, bigger pool size allows for more shadows
  in the scene but might not fits into GPU memory" [fit]
- "Sequence strip to used the rendered image of a scene" [using]
- "Override the scenes active camera" [scene's]
- "3D region in this space, in case of quad view the camera region"
  [message unclear, rephrase]
- 'Is current view aligned to an axis (does not check the view is
orthographic use "is_perspective" for that). Assignment sets the
"view_rotation" to the closest axis aligned view' [message unclear,
  rephrase]
- "Input properties of an Gizmo" [a Gizmo]

Own fixes:

- "Can't edit driven number value, see graph editor for the driver setup."
  [This editor was split into a driver editor]
- "Set select on random" ["Select or deselect": "set select on"
  is a convoluted way to say "select something"]
- Rephrase the description for the Set Axis operator as it was hard to
  understand.
- Capitalize "blender" in multiple places.
- "Set cursor selection" -> [Set text selection]
  Not sure what the original message meant, it's unclear and possibly a
  copy and paste mistake from another operator.
- "Retiming Hndles" [Retiming Handles]
- "%s '%s' has category '%s'" [trailing space]
- "TimeCode" [Timecode: the Pascal case doesn't seem to be used for
time codes]
Damien Picard reviewed 2023-04-05 03:10:32 +02:00
@ -404,3 +404,3 @@
time_limit: FloatProperty(
name="Time Limit",
description="Limit the render time (excluding synchronization time)."
description="Limit the render time (excluding synchronization time). "
Author
Member

Trailing space

Trailing space
@ -8340,3 +8340,3 @@
if (state != BUTTON_STATE_TEXT_EDITING) {
WM_report(RPT_INFO,
"Can't edit driven number value, see graph editor for the driver setup.");
"Can't edit driven number value, see driver editor for the driver setup.");
Author
Member

The graph editor was split into a driver editor.

The graph editor was split into a driver editor.
@ -466,3 +466,3 @@
0,
"Apply Modifiers",
"Apply modifiers to exported mesh (non destructive))");
"Apply modifiers to exported mesh (non destructive)");
Author
Member

two brackets

two brackets
@ -1462,3 +1462,3 @@
/* identifiers */
ot->name = "Select Random";
ot->description = "Set select on random visible objects";
ot->description = "Select or deselect random visible objects";
Author
Member

"set select on"
is a convoluted way to say "select something"

"set select on" is a convoluted way to say "select something"
@ -573,1 +571,3 @@
"lies on real axis, joining it with the origin";
"Set the direction of a scene axis by rotating the camera "
"(or its parent if present). This assumes that the selected "
"track lies on a real axis connecting it to the origin";
Author
Member

Rephrase the description for the Set Axis operator as it was hard to understand.

Rephrase the description for the Set Axis operator as it was hard to understand.
@ -2074,3 +2074,3 @@
0,
"Copy",
"Create a new image file without modifying the current image in blender");
"Create a new image file without modifying the current image in Blender");
Author
Member

Capitalize Blender

Capitalize Blender
@ -469,3 +469,3 @@
ot->name = "Add Scene Strip";
ot->idname = "SEQUENCER_OT_scene_strip_add";
ot->description = "Add a strip to the sequencer using a blender scene as a source";
ot->description = "Add a strip to the sequencer using a Blender scene as a source";
Author
Member

Capitalize Blender

Capitalize Blender
@ -3335,3 +3335,3 @@
ot->name = "Set Selection";
ot->idname = "TEXT_OT_selection_set";
ot->description = "Set cursor selection";
ot->description = "Set text selection";
Author
Member

Not sure what the original message meant, it's unclear and possibly a copy and paste mistake from another operator.

Not sure what the original message meant, it's unclear and possibly a copy and paste mistake from another operator.
@ -2008,3 +2008,3 @@
RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
RNA_def_property_ui_text(
prop, "Endpoint V", "Make this nurbs surface meet the endpoints in the V direction ");
prop, "Endpoint V", "Make this nurbs surface meet the endpoints in the V direction");
Author
Member

trailing space

trailing space
@ -140,3 +140,3 @@
RNA_def_property_range(prop, 1, 256);
RNA_def_property_ui_text(
prop, "Resolution X", "Number of sample along the x axis of the volume");
prop, "Resolution X", "Number of samples along the x axis of the volume");
Author
Member

plural

plural
@ -111,3 +111,3 @@
ICON_NONE,
"Blender 2.7",
"Spring implementation used in blender 2.7. Damping is capped at 1.0"},
"Spring implementation used in Blender 2.7. Damping is capped at 1.0"},
Author
Member

Capitalize Blender

Capitalize Blender
@ -3785,3 +3785,3 @@
static const EnumPropertyItem scale_overlap_modes[] = {
{SEQ_OVERLAP_EXPAND, "EXPAND", 0, "Expand", "Move strips so transformed strips fits"},
{SEQ_OVERLAP_EXPAND, "EXPAND", 0, "Expand", "Move strips so transformed strips fit"},
Author
Member

Agreement with plural

Agreement with plural
@ -4224,3 +4224,3 @@
prop,
"Unit Scale",
"Scale to use when converting between blender units and dimensions."
"Scale to use when converting between Blender units and dimensions."
Author
Member

Capitalize Blender

Capitalize Blender
@ -6645,3 +6645,3 @@
RNA_def_property_range(prop, 0.0, 1000.0);
RNA_def_property_ui_text(
prop, "Bias", "Bias towards faces further away from the object (in blender units)");
prop, "Bias", "Bias towards faces further away from the object (in Blender units)");
Author
Member

Capitalize Blender

Capitalize Blender
@ -7338,3 +7338,3 @@
RNA_def_property_ui_text(prop,
"Diffuse Bounces",
"Number of time the light is reinjected inside light grids, "
"Number of times the light is reinjected inside light grids, "
Author
Member

plural

plural
@ -7803,3 +7803,2 @@
"Size of the shadow pool, "
"bigger pool size allows for more shadows in the scene "
"but might not fits into GPU memory");
"a bigger pool size allows for more shadows in the scene "
Author
Member

add article and fix agreement

add article and fix agreement
@ -851,3 +851,3 @@
"Resolution",
"Maximum edge length for dynamic topology sculpting (as divisor "
"of blender unit - higher value means smaller edge length)");
"of Blender unit - higher value means smaller edge length)");
Author
Member

Capitalize Blender

Capitalize Blender
@ -2763,3 +2763,3 @@
RNA_def_property_flag(prop, PROP_EDITABLE);
RNA_def_property_pointer_funcs(prop, NULL, NULL, NULL, "rna_Camera_object_poll");
RNA_def_property_ui_text(prop, "Camera Override", "Override the scenes active camera");
RNA_def_property_ui_text(prop, "Camera Override", "Override the scene's active camera");
Author
Member

possessive

possessive
@ -2820,3 +2820,3 @@
RNA_def_property_collection_sdna(prop, NULL, "retiming_handles", NULL);
RNA_def_property_struct_type(prop, "RetimingHandle");
RNA_def_property_ui_text(prop, "Retiming Hndles", "");
RNA_def_property_ui_text(prop, "Retiming Handles", "");
Author
Member

typo

typo
@ -5102,1 +5102,3 @@
prop, "3D Region", "3D region in this space, in case of quad view the camera region");
prop,
"3D Region",
"3D region for this space. When the space is in quad view, the camera region");
Author
Member

An auto format sneaked in.

An auto format sneaked in.
@ -5308,1 +5308,3 @@
"Assignment sets the \"view_rotation\" to the closest axis aligned view");
"Whether the current view is aligned to an axis "
"(does not check whether the view is orthographic, use \"is_perspective\" for that). "
"Setting this will rotate the view to the closest axis");
Author
Member

Rephrase the description of the property.

Rephrase the description of the property.
@ -6769,3 +6771,3 @@
prop = RNA_def_property(srna, "use_library_browsing", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_ui_text(
prop, "Library Browser", "Whether we may browse blender files' content or not");
prop, "Library Browser", "Whether we may browse Blender files' content or not");
Author
Member

Capitalize Blender

Capitalize Blender
@ -292,3 +292,3 @@
BKE_reportf(reports,
RPT_ERROR,
"%s '%s' has category '%s' ",
"%s '%s' has category '%s'",
Author
Member

trailing space

trailing space
@ -4875,2 +4875,2 @@
"TimeCode Style",
"Format of Time Codes displayed when not displaying timing in terms of frames");
"Timecode Style",
"Format of timecodes displayed when not displaying timing in terms of frames");
Author
Member
The Pascal case doesn't seem to be used for time codes Sources: https://en.wikipedia.org/wiki/Timecode https://en.wiktionary.org/wiki/timecode https://books.google.com/ngrams/graph?content=Timecode%2C+timecode%2C+TimeCode https://helpx.adobe.com/after-effects/using/timecode-time-display-units.html https://documents.blackmagicdesign.com/UserManuals/DaVinci-Resolve-16-Beginners-Guide.pdf https://support.apple.com/en-gb/guide/final-cut-pro/ver1632d762/mac None of these are definitive on their own but they are overall rather convincing.
@ -1334,3 +1334,3 @@
srna = RNA_def_struct(brna, "GizmoProperties", NULL);
RNA_def_struct_ui_text(srna, "Gizmo Properties", "Input properties of an Gizmo");
RNA_def_struct_ui_text(srna, "Gizmo Properties", "Input properties of a Gizmo");
Author
Member

typo

typo
Damien Picard added the
Module
User Interface
label 2023-04-05 03:11:08 +02:00
Damien Picard requested review from Hans Goudey 2023-04-05 03:12:42 +02:00
Hans Goudey approved these changes 2023-04-05 15:37:22 +02:00
Hans Goudey merged commit 68ec019a40 into main 2023-04-05 16:40:29 +02:00
Damien Picard deleted branch dp_fix_messages 2023-04-06 08:45:57 +02:00
Sign in to join this conversation.
No reviewers
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#106580
No description provided.