Design task: https://projects.blender.org/blender/blender/issues/139158 Renaming includes: - UI description - Python operator description - Code (Enums, function names and variables) Unchanged: - Python API - `bpy.ops.node.hide_toggle()` - `node.hide` - Python operators / scripts The reasoning is that improved naming is not enough reason to break backward compatibility for Python API. Pull Request: https://projects.blender.org/blender/blender/pulls/141038