• sumpfralle's avatar
    The multi-threading code caused problems: · 801a9cfc
    sumpfralle authored
     - pycam did not start on Windows
     - PyODE occasionally exposed a threading bug ("Exception exceptions.KeyError: (...,) in 'ode.collide_callback' ignored") preventing ODE from detecting any collisions
      - this rarely happened with the "Finish" processing template
      - this usually happened with the "Rough" processing template
    Thus the threading code is gone again. Instead there will be lazy GUI updates via gtk.main_iteration in the draw_callback function.
    
    
    git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@171 bbaffbd6-741e-11dd-a85d-61de82d9cad9
    801a9cfc
Name
Last commit
Last update
Samples/STL Loading commit data...
Tests Loading commit data...
pycam Loading commit data...
COPYING.TXT Loading commit data...
HOWTO.TXT Loading commit data...
INSTALL.TXT Loading commit data...
LICENSE.TXT Loading commit data...
Makefile Loading commit data...
README.TXT Loading commit data...
changelog.txt Loading commit data...
pycam.py Loading commit data...
setup.py Loading commit data...