- 19 Nov, 2010 1 commit
-
-
sumpfralle authored
ignore zero-length lines that are part of some font files (prevents problems with Polygon objects) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@852 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 11 Nov, 2010 1 commit
-
-
sumpfralle authored
added support for "reverse" arcs in font definitions git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@826 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 09 Nov, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@821 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 24 Oct, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@807 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 21 Oct, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@803 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 20 Oct, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@802 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 11 Oct, 2010 1 commit
-
-
sumpfralle authored
* a pstoedit bug in Ubuntu 'lucid' causes a non-zero return code for the eps->dxf conversion * this exit code (-11) is accepted with a warning now git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@740 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 02 Oct, 2010 1 commit
-
-
sumpfralle authored
fixed the generation of the triangle's normal (in case they are undefined or badly formatted) during import (they pointed at the inside of the model before) fixed the order of vertices when creating a new Triangle instance (clockwise instead of STL's counter-clockwise order is expected) output a warning once if the direction of the normal does not match the order of the vertices of a triangle (both indicators are redundant and should be consistent) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@710 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 15 Sep, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@668 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 28 Aug, 2010 1 commit
-
-
sumpfralle authored
* otherwise they are currently not transformed * this increases memory usage slightly, but avoids out-dated edge information git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@638 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 26 Aug, 2010 1 commit
-
-
sumpfralle authored
more verbose output of the DXFImporter git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@635 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 16 Aug, 2010 1 commit
-
-
sumpfralle authored
added a "unit" parameter to the importers -> the svg/dxf importers can re-scale the model now, if the user configured "mm" instead of "inch" (pstoedit seems to output scaled to inch) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@608 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 15 Aug, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@605 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 11 Aug, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@579 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 10 Aug, 2010 1 commit
-
-
sumpfralle authored
reduced epsilon git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@571 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 03 Aug, 2010 1 commit
-
-
sumpfralle authored
calculate all properties during instanciation (not on demand) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@561 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 31 Jul, 2010 2 commits
-
-
sumpfralle authored
a failure during the execution of a conversion tool is now an error instead of a warning git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@553 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@550 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 20 Jul, 2010 2 commits
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@506 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@505 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 17 Jul, 2010 4 commits
-
-
sumpfralle authored
* fixes performance issue when using a support grid (previously a new (non-kdtree) trimesh model was created) implemented a proper update-trigger for kdtree of trimesh model git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@479 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@478 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@476 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
fixed some code-style warnings git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@475 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 16 Jul, 2010 1 commit
-
-
sumpfralle authored
* if there was a bug in the STL exporter of AOI, then it seems to be fixed now git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@473 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 15 Jul, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@459 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 09 Jul, 2010 2 commits
-
-
sumpfralle authored
implemented a first simple logging handler git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@432 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
moved all source files to a separate "src" directory git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@424 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-