1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-06 13:26:31 +02:00

typo on render file

This commit is contained in:
Simon Kirkby
2012-03-16 15:51:36 +08:00
parent d7213757c4
commit aa42994a56

View File

@@ -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__':