Cleanup: trailing space, use single quotes for enums

This commit is contained in:
2021-10-20 09:13:38 +11:00
parent d7b4350749
commit d73f664790
10 changed files with 19 additions and 19 deletions

View File

@@ -257,8 +257,8 @@ def test_restrictions1():
# just panel for testing the poll callback with lots of objects
class TEST_PT_DatablockProp(bpy.types.Panel):
bl_label = "Datablock IDProp"
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_space_type = 'PROPERTIES'
bl_region_type = 'WINDOW'
bl_context = "render"
def draw(self, context):