pep8, whitespace edits

This commit is contained in:
2010-06-09 19:12:03 +00:00
parent e3daab158c
commit 1028284301
16 changed files with 32 additions and 28 deletions

View File

@@ -515,9 +515,9 @@ class IsolateTypeRender(bpy.types.Operator):
def execute(self, context):
act_type = context.object.type
for obj in context.visible_objects:
if obj.selected:
obj.restrict_render = False
else: