wwmayer
48c620b640
Merge pull request #500 from pekkaroi/pathcompound-fix
...
PathUtils findParentJob fixed to work from within a PathCompound
2017-02-05 19:27:59 +01:00
wmayer
6b0a0ff9c7
issue #0001935
2017-02-05 19:00:45 +01:00
luzpaz
09b1c5c488
fix doxygen typo introduced to DraftVecUtils.py
...
typo from previous commit 019b0e2529
2017-02-05 10:33:33 -05:00
Pekka Roivainen
63ee215122
findParentJob fixed to work from within a PathCompound
2017-02-05 00:23:02 +02:00
wmayer
36b7e0338b
fix eval flsw: do not use GUI stuff in App modules!
2017-02-04 18:19:00 +01:00
Yorik van Havre
095d462cba
Arch: Added oddtopus's fixes to Arch Frame
2017-02-04 14:41:32 -02:00
luzpaz
019b0e2529
Draft: doxygen tweaks
...
Getting familiarized with doxygen by starting some initial work on Draft module
typo introduced from commit
2017-02-04 16:09:49 +01:00
wmayer
76b3397762
py3: ported module init to python3
2017-02-04 15:56:31 +01:00
looooo
915a1b18c4
py3: Draft: use ordered dicts
2017-02-04 15:48:43 +01:00
looooo
76a4e7469b
py3: Draft: Trackers integer division
2017-02-04 15:48:43 +01:00
looooo
8165b2ab85
py3: Draft: python3 translate
2017-02-04 15:48:43 +01:00
Kurt Kremitzki
2deaf4f2f2
Update to Python 3 print
2017-02-04 15:48:43 +01:00
lorenz_l
da2b9f38ce
py3: error with decode translation.
...
translation already is a function defined in DraftTools and is responsable for right decoding. Not doing it twice.
2017-02-04 15:48:43 +01:00
Yorik van Havre
742d92c6bd
py3: fix in draft translate function
2017-02-04 15:48:43 +01:00
wmayer
8696ecdf9b
py3: ported Draft to python3
2017-02-04 15:48:43 +01:00
Priit Laes
81464b5ef0
python: Draft: *.py: Fix syntax for Python3
2017-02-04 15:48:43 +01:00
wmayer
09ef1e9ca9
undo removal of function caused by PR494
2017-02-04 15:40:41 +01:00
sliptonic
899e57fc35
PATH: post processor tweaks and loop select.
...
rename generic_post.py: This is actually a post specific to a machine. The generic name is confusing
fix test case. Contour has no plunge angle
scrubbing postprocessors for python 2 style prints
Keep loop select usable when task panel is open.
2017-02-04 15:36:33 +01:00
wmayer
17a3d1e81f
fix warnings: -Wmaybe-uninitialized
2017-02-04 15:16:47 +01:00
wwmayer
c014fe17d8
Merge pull request #460 from realthunder/PathArea
...
Added Path.Area and Path::FeatureArea
2017-02-04 11:36:21 +01:00
wmayer
850bba7926
prework for issue #0002698
2017-02-04 11:34:55 +01:00
wmayer
33e0bc3a46
fix various warnings
2017-02-02 20:42:56 +01:00
wmayer
1afa150585
raise error if parameters of ellipse are invalid
2017-02-02 15:52:28 +01:00
Kurt Kremitzki
25496adcbe
Add Addon Manager to Tools menu
2017-02-02 11:20:41 +01:00
Abdullah Tahiri
66982e21bd
Sketcher: Polyline continuous mode support
2017-02-02 10:42:38 +01:00
Abdullah Tahiri
b708957080
Sketcher: BSpline deletion/special hideunused internal geometry
...
===============================================================
The implementation of BSpline differs from previous complex forms.
The BSpline is created constraint to be polynomic (non-rational), with radius of first circle and equality constraints.
Hide unused internal geometry considers as unused the following constraints:
- A pole which has equality constraints with another pole of the same bspline
- Any radius constraint on a pole
Deletion of a BSpline will delete the internal geometry that is unused as per the definition above.
If there is another constraint (other than the Internal alignment constraint) it will leave the internal geometry having such constraint undeleted.
2017-02-02 10:42:38 +01:00
Eivind Kvedalen
0d6f777099
Expressions: Fixed issue #2879 .
2017-02-02 10:27:29 +01:00
Yorik van Havre
715fa81fe2
Arch: Upgraded Equipment tool - fixes #2573
2017-02-01 23:04:14 -02:00
Zheng, Lei
14c98d252e
Path.Area: added python static method setDefaultParams()
...
set/getDefaultParams controls the default parameters used when
creating Path.Area object. It also has extra parameter to control
Path.Area log level.
2017-02-01 12:02:01 +08:00
Ajinkya Dahale
7a9fecbbf0
Minor bug in PartDesignGui::ViewProviderPipe
...
Assert excludes any "Edge1"
2017-02-01 09:08:05 +05:30
Yorik van Havre
2780edd903
Arch: fixed import of IFC Site geometry
2017-01-31 18:58:02 -02:00
Zheng, Lei
fa6c31aaee
Merge remote-tracking branch 'upstream/master' into PathArea
2017-02-01 02:48:45 +08:00
Zheng, Lei
e66f4c5d6f
Path.Area: added python abort() to abort lengthy operation
2017-02-01 02:45:13 +08:00
Zheng, Lei
6f862fe4a1
Part.Area: fixed sortWires3D
2017-02-01 02:02:07 +08:00
Zheng, Lei
a6380f64a5
Path: fixed fromShapes and sortWires parameter parsing
2017-02-01 02:01:33 +08:00
AjinkyaDahale
e8c822c93e
Changes based on wwmayer's comments
2017-01-31 17:07:45 +01:00
AjinkyaDahale
fb2cd4d7b3
Moved Perpendicular to constraint mode framework
...
A couple of combinations, endpoint-endpoint and endpoint-curve, do not
work, and the latter probably should not work ever since endpoint-curve-
curve exists.
2017-01-31 17:07:45 +01:00
AjinkyaDahale
5e997fed02
Brought back select then constraint for all constraint tools yet converted
2017-01-31 17:07:45 +01:00
AjinkyaDahale
a881d30a70
Miscellaneous changes to constraint creation modes
...
Parallel constraints can also be made by select-then-constraint way.
Preliminary preparations for perpendicular constraint making mode.
Selection actually works when for constraints involving multiple
elements few of them are selected (thanks abdullah).
etc.
2017-01-31 17:07:45 +01:00
Abdullah Tahiri
9ec7bd4650
Sketcher: Fixing Green selection on new style constraints
2017-01-31 17:07:45 +01:00
AjinkyaDahale
a39d2545a6
Moved point on object to general constraint mode framework
2017-01-31 17:07:45 +01:00
AjinkyaDahale
643e61ccf6
Moved parallel to general constraint mode framework
2017-01-31 17:07:45 +01:00
AjinkyaDahale
180772b7ee
Moved coincident and vertical to general constraint mode framework
2017-01-31 17:07:45 +01:00
AjinkyaDahale
dad03ca347
Moved CmdSketcherConstrainLock to general constraint mode framework
2017-01-31 17:07:45 +01:00
AjinkyaDahale
4ad41e1ad1
Generalize DrawSketchHandlerGenConstraint::releaseButton
...
The select-then-constrain method has been temporarily sacrificed
2017-01-31 17:07:45 +01:00
AjinkyaDahale
99f93f357b
CmdSketcherConstraint::applyConstraint() is now used in DrawSketchHandlerGenConstraint
2017-01-31 17:07:45 +01:00
AjinkyaDahale
61324d8887
Initial commit with DrawSketchHandlerGenConstraint
...
Plus made CmdSketcherConstrainHorizontal subclass of
CmdSketcherConstraint, and made it use DrawSketchHandlerGenConstraint.
2017-01-31 17:07:45 +01:00
AjinkyaDahale
583bb48ad4
Replace All SelectionFilterGates in Constraint Modes by GenericConstraintSelection
2017-01-31 17:07:45 +01:00
AjinkyaDahale
b2c5e84e5d
Addition to CmdSketcherConstraint and GenericConstraintSelection
...
Also making CmdSketcherConstrainLock a subclass of CmdSketcherConstraint
2017-01-31 17:07:45 +01:00
AjinkyaDahale
93cb552d2f
Coincident constraint mode works on root (origin) too
2017-01-31 17:07:45 +01:00