[Bf-blender-cvs] [f3835372809] master: UI: rename "Camera Lock" to "View Lock"

Campbell Barton noreply at git.blender.org
Thu Mar 7 02:48:21 CET 2019


Commit: f38353728093290571e5d4525ef452e329b702c5
Author: Campbell Barton
Date:   Thu Mar 7 12:46:17 2019 +1100
Branches: master
https://developer.blender.org/rBf38353728093290571e5d4525ef452e329b702c5

UI: rename "Camera Lock" to "View Lock"

Only 1 of the options in this panel apply to cameras.

===================================================================

M	release/scripts/startup/bl_ui/space_view3d.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 802cc188552..e509bd3fd9d 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -4254,7 +4254,7 @@ class VIEW3D_PT_view3d_camera_lock(Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'UI'
     bl_category = "View"
-    bl_label = "Camera Lock"
+    bl_label = "View Lock"
     bl_parent_id = "VIEW3D_PT_view3d_properties"
 
     def draw(self, context):



More information about the Bf-blender-cvs mailing list