Skip to content

Commit

Permalink
typo on render file
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Kirkby committed Mar 16, 2012
1 parent d721375 commit aa42994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def render(machine):
for i in li:
stls.append(i[:-4])
for i in stls:
command = 'blender utils'+os.sep+'render.blender -P utils'+os.sep+'viz.py -- '+machine+os.sep+'stls'+os.sep+i+'.stl '+machine+os.sep+'render'+os.sep+i+'.png'
command = 'blender utils'+os.sep+'render.blend -P utils'+os.sep+'viz.py -- '+machine+os.sep+'stls'+os.sep+i+'.stl '+machine+os.sep+'render'+os.sep+i+'.png'
print command

if __name__ == '__main__':
Expand Down

0 comments on commit aa42994

Please sign in to comment.