- Dec 27, 2015
-
-
3dsman authored
- now discretized points are stored in a new 2d point type "vector_2dt" witch store the t parameter too
-
- 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
-