fix for blend_render_info.py not closing file & some edits to comments.

This commit is contained in:
Campbell Barton
2012-08-22 10:29:30 +00:00
parent 28b9576f4b
commit 7d673ef0d2
4 changed files with 34 additions and 21 deletions

View File

@@ -86,6 +86,8 @@ def read_blend_rend_chunk(path):
scenes.append((start_frame, end_frame, scene_name))
blendfile.close()
return scenes