Cleanup: unused arguments
This commit is contained in:
@@ -83,7 +83,7 @@ class POINTCLOUD_MT_add_attribute(Menu):
|
||||
|
||||
|
||||
class POINTCLOUD_UL_attributes(UIList):
|
||||
def draw_item(self, context, layout, data, attribute, icon, active_data, active_propname, index):
|
||||
def draw_item(self, _context, layout, _data, attribute, _icon, _active_data, _active_propname, _index):
|
||||
data_type = attribute.bl_rna.properties['data_type'].enum_items[attribute.data_type]
|
||||
|
||||
split = layout.split(factor=0.75)
|
||||
|
||||
Reference in New Issue
Block a user