Cleanup: style, spelling

This commit is contained in:
Campbell Barton
2019-09-07 21:08:20 +10:00
parent ed779333bb
commit 1b0dd5a215
18 changed files with 85 additions and 64 deletions

View File

@@ -232,8 +232,7 @@ def test_restrictions1():
bl_context = "render"
def draw(self, context):
self.layout.prop_search(context.scene, "prop", bpy.data,
"objects")
self.layout.prop_search(context.scene, "prop", bpy.data, "objects")
self.layout.template_ID(context.scene, "prop1")
self.layout.prop_search(context.scene, "prop2", bpy.data, "node_groups")