Cleanup: use static sets for comparison, quiet unused arg warnings
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user