Cleanup: pep8
This commit is contained in:
@@ -163,7 +163,7 @@ if USE_ATTRSET:
|
||||
if issubclass(cls, skip_classes):
|
||||
continue
|
||||
|
||||
## to support skip-save we cant get all props
|
||||
# # to support skip-save we cant get all props
|
||||
# properties = cls.bl_rna.properties.keys()
|
||||
properties = []
|
||||
for prop_id, prop in cls.bl_rna.properties.items():
|
||||
|
Reference in New Issue
Block a user