Cleanup: use static sets for comparison, quiet unused arg warnings

This commit is contained in:
2022-01-07 14:39:01 +11:00
parent f48164b5ea
commit 2cd8238ce3
8 changed files with 14 additions and 14 deletions

View File

@@ -66,7 +66,7 @@ class GeometryNodeCategory(SortedNodeCategory):
# menu entry for node group tools
def group_tools_draw(self, layout, _context):
def group_tools_draw(_self, layout, _context):
layout.operator("node.group_make")
layout.operator("node.group_ungroup")
layout.separator()