Cleanup: use 'e' prefix for enum types
- CustomDataType -> eCustomDataType - CustomDataMask -> eCustomDataMask - AttributeDomain -> eAttrDomain - NamedAttributeUsage -> eNamedAttrUsage
This commit is contained in:
@@ -504,7 +504,7 @@ class MESH_UL_attributes(UIList):
|
||||
|
||||
for index, item in enumerate(attributes):
|
||||
flags.append(self.bitflag_filter_item if item.is_internal else 0)
|
||||
|
||||
|
||||
return flags, indices
|
||||
|
||||
def draw_item(self, _context, layout, _data, attribute, _icon, _active_data, _active_propname, _index):
|
||||
|
||||
Reference in New Issue
Block a user