Commit Graph

316 Commits

Author SHA1 Message Date
DeepSOIC
97d5400ed5 New feature: ScLERP placement interpolation
only for FC version that is still in development
2019-10-11 23:21:36 +03:00
luz.paz
2690496fbe README: tweaks
* Renamed file to uppercase version
* tweaked header names and size  
* added markdown formatting (2 whitespaces at the end of line to generate a newline)   
* Editing instruction for clarity  
* Re-arranged sections
2019-09-21 13:41:53 +03:00
DeepSOIC
1ce974c5df ViewFromPlacement: fixes
* fix Lattice2 not loading on FC v0.17
* fix look-around when "Rotate At Cursor" is on in preferences.
2019-09-20 23:24:58 +03:00
DeepSOIC
9afda3fe66 ViewFromPlacement: icon 2019-09-20 20:16:54 +03:00
DeepSOIC
6058f1ad8f New tool: View from placement 2019-09-20 16:53:51 +03:00
DeepSOIC
1a3a6fd3b9
Update readme.md 2019-08-28 04:13:04 +03:00
DeepSOIC
4f7a6218df fix #31 error when closing transform on polar array 2019-07-12 20:10:42 +03:00
luz.paz
0c595166f3 Misc. typo fixes
Found via `codespell -q 3 -L ang,childs,sinc,vertexes`
2019-05-21 12:55:38 +03:00
DeepSOIC
69274f991d Fix #29 Lattice2 not working in FC v0.18.1 2019-05-20 17:43:38 +03:00
DeepSOIC
abb2e516b1 BaseFeature: recognize App::Placement and PartDesign::CoordinateSystem as a Lattice Placement 2018-12-19 02:37:56 +03:00
DeepSOIC
232bd54190 Autosize: imperial unit support 2018-12-07 14:51:30 +03:00
DeepSOIC
f24a041076 Autosize: error handling
autosize errors should not cause feature creation errors
2018-12-07 14:51:14 +03:00
DeepSOIC
d8fbfd2547 Autosize: fixes 2018-12-02 02:22:07 +03:00
DeepSOIC
3e60aa867d Use Autosize in single placement, attachable placement, linear and polar arrays, shapestring 2018-12-02 01:29:25 +03:00
DeepSOIC
ef613b8af7 Autosize module 2018-12-02 01:28:41 +03:00
DeepSOIC
b315aeaaf6 AttachablePlacement: fix editing by double-click 2018-12-02 01:27:59 +03:00
DeepSOIC
e045481c95 BaseFeature: same for viewprovider 2018-09-06 01:22:17 +03:00
DeepSOIC
3ada01e557 BaseFeature: save self type as property for proxy recovery 2018-09-06 01:17:59 +03:00
DeepSOIC
ea9131c567 Add example: bike chain 2018-08-14 17:49:54 +03:00
DeepSOIC
65ae662d14 PolarArray: new implementation
Implemented as new module. Old implementation is still there for back-compatibility.
* attachable
* array on arc of circle
* rich selection of orientation modes
* properties to flip axes and to reverse array direction
* dropdown command with fit presets
2018-08-06 15:38:24 +03:00
DeepSOIC
5f16da6201 AttachablePlacement: create base class
base class for all Lattice attachables
2018-08-06 15:38:24 +03:00
DeepSOIC
e9fd7338ec Py3: fix 2018-08-06 15:36:57 +03:00
DeepSOIC
70c20711c0 Sublink: fix subsequencing
regression caused by py3 transition. Mysterious.
2018-08-06 15:36:57 +03:00
DeepSOIC
661ec28e17 Utils: print traceback for pop-up error messages 2018-08-06 15:36:57 +03:00
DeepSOIC
0a47852268 BaseFeature: fix unexpected placement reset 2018-08-06 15:36:57 +03:00
DeepSOIC
3d2dd7501d BaseFeature: use new style Py2 classes
... for super() to work
2018-08-06 15:36:57 +03:00
DeepSOIC
127e41cace Examples: new - PD pattern item removal 2018-08-06 15:34:07 +03:00
Mark Ganson TheMarkster
7f8216fb71 Support PartDesign::Hole as subtractive type 2018-07-28 23:50:25 +03:00
DeepSOIC
1f9e95c7c5 Add example project - PDPattern tutorial 2018-06-23 16:23:26 +03:00
DeepSOIC
8ad08606ef fix for FC v0.16 2018-06-14 02:03:08 +03:00
DeepSOIC
0b591d5189 active body awareness
disable some commands when in body
2018-06-14 01:39:28 +03:00
DeepSOIC
57f3d26d68 add partdesign toolbar 2018-06-14 01:39:28 +03:00
DeepSOIC
33d5f5edf8 icon 2018-06-14 01:39:28 +03:00
DeepSOIC
af79de8c01 New feature: PartDesign Pattern! 2018-06-14 01:39:03 +03:00
DeepSOIC
52b80f44b6 PartDesign: recognize arrays behind Shapebinders and PoM Ghosts 2018-06-14 01:39:03 +03:00
DeepSOIC
bc83566a3d PartDesign: Placements land to active body 2018-05-16 19:00:57 +03:00
DeepSOIC
9f302010d1 Examples: add cogset example project 2018-05-14 23:14:11 +03:00
DeepSOIC
628957d687 FreeCADCmd: fix workbench activation in GUI mode 2018-05-14 22:49:20 +03:00
DeepSOIC
4bd765d1b9 FreeCADCmd: fix make-feature routines 2018-05-14 22:42:50 +03:00
DeepSOIC
a739066f79 FreeCADCmd: fix imports
issue #12
2018-05-14 22:37:07 +03:00
DeepSOIC
4d4ac43497 RecomputeLocker: fix for 0.16 2018-03-13 02:35:49 +03:00
DeepSOIC
02ac4b24d1 RecomputeLocker: fix #17 ; upgrade for 0.17
* Fixes #17 "lock and unlock icons greyed out"
* add support for FC0.17's built-in recompute contol.
2018-03-12 22:09:40 +03:00
DeepSOIC
19043f1bc1 help: removespacesinpdffilename =P 2018-01-19 01:29:31 +03:00
DeepSOIC
c35c2ed389 add Help commands and bundled tutorial in pdf 2018-01-18 20:50:09 +03:00
DeepSOIC
557cd36e7d Readme: fix 2018-01-18 20:23:43 +03:00
DeepSOIC
730f8d1a07 Readme: add Getting Started 2018-01-18 20:22:09 +03:00
DeepSOIC
d2ef758672 ValueSeriesGenerator: fix Mirrored not working when Step is negative 2018-01-18 02:32:54 +03:00
DeepSOIC
3f8d690b61 Mirror: fixes
* fix help message
* better error message if wrong geometry is used as mirror
2018-01-09 22:56:49 +03:00
DeepSOIC
8278c6cbc0 Mirror: icons 2018-01-09 22:07:05 +03:00
DeepSOIC
6f9bd510f1 New feature: Mirror! 2018-01-09 21:41:23 +03:00