[Bf-extensions-cvs] [3a4f6780] xr-actions-D9124: VR: Display operator names instead of IDs

Peter Kim noreply at git.blender.org
Sun Mar 21 12:39:16 CET 2021


Commit: 3a4f678024635f47bb7c5c260f0356b61b57f542
Author: Peter Kim
Date:   Sun Mar 21 20:26:11 2021 +0900
Branches: xr-actions-D9124
https://developer.blender.org/rBA3a4f678024635f47bb7c5c260f0356b61b57f542

VR: Display operator names instead of IDs

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

M	viewport_vr_preview/main.py

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

diff --git a/viewport_vr_preview/main.py b/viewport_vr_preview/main.py
index a408ca65..f77d9f99 100644
--- a/viewport_vr_preview/main.py
+++ b/viewport_vr_preview/main.py
@@ -715,7 +715,7 @@ def vr_draw_ami(ami, layout, level):
     #row.prop(ami, "show_expanded", text="", emboss=False)
 
     row.label(text="Operator Properties")
-    row.label(text=ami.op)
+    row.label(text=ami.op_name)
 
     # Expanded, additional event settings.
     if ami.op:



More information about the Bf-extensions-cvs mailing list