- Jul 08, 2015
-
-
3dsman authored
-
3dsman authored
-
3dsman authored
- move the maxlen attribute to OE_stitch class with a stitcchMaxLen funct (every child class can use it) - add a defaultLinkMaxLen for the linkstitch class - remove start and end attribute in linestitch (subcurve class make them obsolete) - add get functions for curves in OE_controller class
-
- Jul 07, 2015
-
-
3dsman authored
add a new subcurve class (parametric subcurve) and a joincurve (concatenate curves)
-
- Jul 06, 2015
-
-
3dsman authored
- fix a bug in birailstitch class (initialisation of len and maxlen variable was not set) - add the display of a point at 0,0
-
- Jul 03, 2015
- Jul 01, 2015
-
-
3dsman authored
a linkstitch is created automaticaly in the controler before every new stitch - add a refreshStitchs function to the controler to refresh all the stitchs of the document
-
- Jun 26, 2015
- Jun 10, 2015
-
-
3dsman authored
- bug fix in curves (the subcurve function return bad path in case of start and end both on the same segment)
-
- Jun 09, 2015
- Jun 05, 2015
- Jun 04, 2015
-
-
3dsman authored
-
- Jun 02, 2015
- Jun 01, 2015
-
-
3dsman authored
add a OE_svgParser class to fill the document first move to a MVC design
-
- May 30, 2015
-
-
3dsman authored
-
- May 22, 2015
-
-
3dsman authored
- for closed curves (now the function loop when the start point is after the end point) - add a rev param to reverse the curve sens
-
- May 21, 2015
-
-
3dsman authored
subcurve only work if start<end for now
-
- May 20, 2015
- May 19, 2015
-
-
3dsman authored
-