Cleanup: unused argument & variable 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