Skip to content

Commit

Permalink
Ajout d'info dans le README
Browse files Browse the repository at this point in the history
  • Loading branch information
TurpIF committed Nov 9, 2013
1 parent a7b4cb3 commit 8d431c8
Show file tree
Hide file tree
Showing 4 changed files with 28,567 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Blender/PositionController.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _serve(self):
global lockPosition
global relPosition

(readables, _, _) = select.select([self._socket], [], [])
(readables, _, _) = select.select([self._socket], [], [], 0)
if readables:
data_raw = self._socket.recv(1024)
data_line = data_raw.decode('utf-8').split('\n')
Expand Down
1 change: 1 addition & 0 deletions Blender/runBlender.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
import subprocess

# TODO use argparse to set these variables
Expand Down
Loading

0 comments on commit 8d431c8

Please sign in to comment.