Skip to content

Commit

Permalink
Add _MT_ to MotorLogCategoryMenu
Browse files Browse the repository at this point in the history
Blender warns about not finding it in the idname (weird)
  • Loading branch information
alexmro committed Feb 11, 2024
1 parent 9fd5581 commit 86b2bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def draw(_context, layout, _node):


class MotorLogCategoryMenu(Menu):
bl_idname = "MotorLogCategoryMenu"
bl_idname = "NODE_MT_MotorLogCategoryMenu"
bl_label = "Log"

def draw(self, _context):
Expand Down

0 comments on commit 86b2bcb

Please sign in to comment.