VR: Display operator names instead of IDs

This commit is contained in:
Peter Kim 2021-03-21 20:26:11 +09:00
parent b3c76837b9
commit 3a4f678024
1 changed files with 1 additions and 1 deletions

View File

@ -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: