1. 11 Mar, 2010 1 commit
  2. 10 Mar, 2010 1 commit
  3. 09 Mar, 2010 3 commits
  4. 08 Mar, 2010 2 commits
  5. 06 Mar, 2010 2 commits
  6. 05 Mar, 2010 1 commit
  7. 04 Mar, 2010 5 commits
  8. 03 Mar, 2010 3 commits
  9. 02 Mar, 2010 10 commits
  10. 01 Mar, 2010 8 commits
  11. 28 Feb, 2010 2 commits
  12. 25 Feb, 2010 1 commit
  13. 24 Feb, 2010 1 commit
    • 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