UI: Rename 'Proportional Influence' to 'Proportional Editing' in tooltip

"Proportional Editing" is the term officially used by the Blender
community to describe this specific feature.

Also, "Proportional Editing" seems to be more descriptive than
"Proportional Influence", as it emphasizes the ability to
proportionally edit the areas around the selection.
This commit is contained in:
Germano Cavalcante
2023-07-27 09:02:18 -03:00
parent df530d4fd4
commit d9c3cffd91

View File

@@ -265,7 +265,7 @@ class Prefs(bpy.types.KeyConfigPreferences):
name="Transform Navigation with Alt",
description=(
"During transformations, use Alt to navigate in the 3D View. "
"Note that if disabled, Proportional Influence, Automatic Constraints and Auto IK Chain Length hotkeys will require holding Alt"),
"Note that if disabled, hotkeys for Proportional Editing, Automatic Constraints, and Auto IK Chain Length will require holding Alt"),
default=True,
update=update_fn,
)