- Dec 13, 2018
-
-
raoul authored
-
- Jul 10, 2018
-
-
3dsman authored
-
- May 29, 2017
-
-
3dsman authored
-
- Mar 12, 2017
-
-
raoul authored
-
- Feb 23, 2017
-
-
3dsman authored
- remove the OE_commandDisplay class (specific functions are merged in OE_diplay)
-
- Feb 13, 2017
-
-
3dsman authored
- make first and last point move together when form is closed
-
- May 12, 2016
-
-
3dsman authored
- use it in OE_actionMovePointCurve - clear OE_actionSetPointCurve (not used)
-
- May 08, 2016
-
-
3dsman authored
- add OE_controller::getSelectionBoundingBox function - rename "select" function to "picking" in OE_interfaceDisplay (more clear name) - change selection mode into an editionState in OE_interfaceDisplay - add scale method to curves and stitchs - add ScaleSelection state and implement the scale selection actions and UI widget - clean and comment OE_interfaceDisplay - add BoundingBox::getCenter method - add OE_display::screenToDocument method
-
- 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)
-
- May 01, 2016
-
-
raoul authored
-
- Apr 26, 2016
- 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
- Jan 10, 2016
-
-
3dsman authored
-
- Jan 09, 2016
-
-
raoul authored
-
- Jan 06, 2016
-
-
3dsman authored
-
- Jan 03, 2016
- 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 31, 2015
- Dec 30, 2015
-
-
3dsman authored
-
- Dec 27, 2015
- Dec 24, 2015
-
-
3dsman authored
- add editLastAction function to OE_controller to make possible "live modification" - add OE_actionSetPointCurve and OE_actionMovePointCurve to OE_actionCurves - add setPoint function to OE_pointcurve and change getPoint to use reference instead of pointer
-
- 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
-