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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user