[Bf-extensions-cvs] [43230ab1] xr-actions-D9124: Cleanup: adjust function name

Peter Kim noreply at git.blender.org
Sun Nov 15 15:52:00 CET 2020


Commit: 43230ab18e26cbe64a461e903f9f2f0746151bf4
Author: Peter Kim
Date:   Sun Nov 15 15:01:28 2020 +0900
Branches: xr-actions-D9124
https://developer.blender.org/rBA43230ab18e26cbe64a461e903f9f2f0746151bf4

Cleanup: adjust function name

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

M	viewport_vr_preview.py

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

diff --git a/viewport_vr_preview.py b/viewport_vr_preview.py
index 2dc695c4..5facfc9c 100644
--- a/viewport_vr_preview.py
+++ b/viewport_vr_preview.py
@@ -1153,7 +1153,7 @@ class VIEW3D_OT_cursor_to_vr_landmark(Operator):
         return{'FINISHED'}
 
 
-class VIEW3d_OT_add_camera_from_vr_landmark(Operator):
+class VIEW3D_OT_add_camera_from_vr_landmark(Operator):
     bl_idname = "view3d.add_camera_from_vr_landmark"
     bl_label = "New Camera from VR Landmark"
     bl_description = "Create a new Camera from the selected VR Landmark"
@@ -2107,7 +2107,7 @@ classes = (
     VIEW3D_OT_vr_landmark_remove,
     VIEW3D_OT_vr_landmark_activate,
     VIEW3D_OT_vr_landmark_from_session,
-    VIEW3d_OT_add_camera_from_vr_landmark,
+    VIEW3D_OT_add_camera_from_vr_landmark,
     VIEW3D_OT_camera_to_vr_landmark,
     VIEW3D_OT_vr_landmark_from_camera,
     VIEW3D_OT_cursor_to_vr_landmark,



More information about the Bf-extensions-cvs mailing list