- May 03, 2016
-
-
3dsman authored
- store the len value of the birailStitch - add the move function to staticStitch - add getStitchStart and getStitchEnd method to OE_linkstitch - fix a bug in OE_linkstitch::refresh method (it always put needRefresh to false) - add double point motif to OE_linestitch - add OE_actionDelStitch - fix a bug in refreshDependency of most stitches and curves (does not refresh dependency of their own dependency)
-
- Apr 25, 2016
-
-
raoul authored
-
- Apr 21, 2016
-
-
3dsman authored
- add a refreshDependency function to refresh every dependency link (execute addDependency(this) in each parent of a child)
-
- Apr 17, 2016
-
-
raoul authored
-
- Jan 06, 2016
-
-
3dsman authored
-
- Jan 01, 2016
-
-
3dsman authored
- add creations function - change functions in joincurve class to insert new curves anywhere and remove them - add an action to create and add a subcurve to a joincurve
-
- Dec 30, 2015
-
-
3dsman authored
-
- Dec 21, 2015
-
-
3dsman authored
- create an actionSelection only when there is a selection
-
- Jul 24, 2015
-
-
3dsman authored
- replace the array (curves, stitches, threads,...) by list to be more flexible with delete and moves of elements - refresh curves only when needed
-
- Jul 18, 2015
-
-
3dsman authored
declare dependents objects to their reference (to be able to remove the reference without error)
-
- Jul 08, 2015
-
-
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)
-
- Jun 26, 2015
-
-
3dsman authored
add thread class (stitch one, not computing) to deal with color, width and later (maybe) rendering style
-
- 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 20, 2015
-
-
3dsman authored
-
- May 19, 2015
-
-
3dsman authored
-