diff --git a/render.py b/render.py index 0ca6384..845a356 100644 --- a/render.py +++ b/render.py @@ -15,7 +15,8 @@ def render(machine): for i in li: stls.append(i[:-4]) for i in stls: - command = 'blender -b 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' + command = 'blender -b 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) print commands.getstatusoutput(command)[1] if __name__ == '__main__': diff --git a/utils/render.blend b/utils/render.blend index 51e9061..c1e5add 100644 Binary files a/utils/render.blend and b/utils/render.blend differ