Roy-043
36fdbdd6d9
Draft: Reduce occurrences of App.DraftWorkingPlane 2 ( #10390 )
2023-08-28 10:17:58 +02:00
Roy-043
b8f0de8dd3
Draft: Reduce occurrences of App.DraftWorkingPlane ( #10388 )
2023-08-28 10:16:36 +02:00
Roy-043
2c317cd40a
Draft: Make gui_tool_utils.get_support nesting aware ( #10373 )
...
The get_support function did not work for objects nested in, for example, Std_Parts.
Additionally improved and cleaned up the code, and reduced the docstrings.
2023-08-27 12:41:25 +02:00
Roy-043
e9294f2dbb
Draft: remove superfluous code from gui_points.py ( #10379 )
2023-08-27 12:41:01 +02:00
Roy-043
c9975f39f8
Draft: Add wp attribute to DraftTool class ( #10386 )
...
It makes sense to have this attribute. It will also facilitate the coming work related to the Plane class.
Additionally: Removed the `not self.doc` check from `Activated` as `IsActive` already handles this.
2023-08-27 12:40:30 +02:00
Roy-043
602841c5f0
Draft: Remove unused arguments from gui_tool_utils.get_point ( #10347 )
2023-08-25 03:49:06 +02:00
Roy-043
971e74b7db
Draft: Housekeeping and minor improvements for some draftguitools ( #10339 )
2023-08-25 03:47:39 +02:00
Roy-043
5c4d8730d9
Draft: Add placement_from_points to geometry.py
...
Changed getPlacementFromPoints function in WorkingPlane.py to a compatibility function that calls placement_from_points.
2023-08-23 11:17:17 +02:00
sliptonic
d95d633b99
Merge pull request #10230 from chennes/draftTranslateDraftAxisLabels
...
Draft: translate draft axis labels
2023-08-21 11:10:25 -05:00
Chris Hennes
997b8eff5c
Draft: Translate task titles for draft tools ( #10227 )
2023-08-17 16:01:15 +02:00
Chris Hennes
6d910baa82
Draft: Translate Dimension and axis labels
2023-08-14 08:14:32 -07:00
Roy-043
beb996e6a1
Draft: Avoid dictionary.keys() where possible ( #10160 )
2023-08-13 11:46:25 +02:00
luzpaz
525eacca39
Fix various typos
2023-07-15 11:17:45 +02:00
Roy-043
d8150a9cd9
Draft: fix near snap for meshes ( #9719 )
2023-06-05 09:58:50 +02:00
Roy-043
a5c9da55cf
Draft: fix getcoords in gui_snapper.py ( #9654 )
...
The function did not handle global and relative mode properly
2023-05-26 19:45:31 +02:00
Roy-043
6835eaf702
Draft: Draft_CubicBezCurve: set EnableSelection to False, fixes #6452 ( #9640 )
...
While the command is active set EnableSelection to False to correctly detect mouse up events.
2023-05-24 20:35:24 +02:00
Yorik van Havre
f68c045ff7
Draft: Fixes continuing dimensions - fixes #9507 ( #9632 )
2023-05-24 20:34:52 +02:00
Roy-043
c5bf5d117b
Draft: remove obsolete gui_array_simple.py ( #9616 )
2023-05-20 10:37:31 +02:00
Roy-043
a23142881a
Draft: Draft_Move continue mode failed with numeric input ( #9597 )
2023-05-17 18:56:36 +02:00
Yorik van Havre
d90c81bc7b
Draft: Added dim overshoot parameters to Style task dialog ( #9514 )
...
* Draft: Added dim overshoot parameters to Style task dialog - fixes issue #9507
* Draft: additional fixes to styles task dialog
2023-05-13 21:01:51 +02:00
luzpaz
cd6efa23c6
Draft: modfified translate function to allow comments
...
Also fixed incorrect typos in previous commit
2023-05-04 13:28:10 +00:00
luzpaz
c6b2b3fae3
Draft: Add l10n context for ambiguous string
...
Also tweaked code formatting
Closes #9406
2023-05-04 13:28:10 +00:00
Yorik van Havre
bf944220a8
Draft: small optimization in snapper - issue #5761 ( #9239 )
2023-04-25 10:16:47 +02:00
luzpaz
129d5882a7
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
Roy-043
d19c44a8ac
[Draft] Disable Draft_AddConstruction if there is no selection ( #9322 )
2023-04-20 08:51:44 +02:00
luzpaz
78bdc34996
Draft: linting bad indentations, superflous markup ( #9313 )
2023-04-19 09:48:57 +02:00
alafr
7a13209a32
Draft: avoid precision loss of SoCoordinate3 ( #9202 )
2023-04-12 15:32:14 +02:00
mosfet80
889ad11e02
[Draft] Remove obsolete code related to Drawing WB
...
* [Draft] Remove obsolete code related to Drawing WB
remove unused elif
* [Draft] Remove obsolete code related to the Drawing WB
* Update preferences-draftvisual.ui
Also remove the template label.
* Update utils.py
Remove reference to "template"
* Remove Draft_Drawing.svg from Draft.qrc
---------
Co-authored-by: Roy-043 <info@b-k-g.nl >
Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com >
2023-04-03 16:36:23 +02:00
Yorik van Havre
45001fa160
Merge pull request #8795 from yorikvanhavre/draft-layermanager
...
Draft: Added LayerManager command from BIM
2023-03-15 11:59:59 +01:00
Yorik van Havre
23f266f2e2
Merge pull request #8818 from yorikvanhavre/draft-grid-fix
...
Draft: Fixes grid on/off behaviour - fixes #5878
2023-03-15 11:59:30 +01:00
BHennen
0f4acc55be
Add offset options to Draft PathArray ( #8295 )
...
* Add offset options to Draft PathArray
Allows user to specify a starting and ending offset to items in Draft PathArrays.
* [Draft] path array offset
---------
Co-authored-by: Roy-043 <info@b-k-g.nl >
2023-03-11 15:54:25 +01:00
Yorik van Havre
3585ed46e3
Draft: Fixes grid on/off behaviour - fixes #5878
...
- If grid is on and auto grid on: Grid always appears
- If grid is on and auto grid off: Grid off at start, on when using a tool, off afterwards
- If grid is off: Grid never appears
2023-03-10 12:19:27 +01:00
Yorik van Havre
5c471bef37
Draft: Added LayerManager command from BIM
2023-03-09 14:26:09 +01:00
Roy-043
a891d5c766
Draft: fix normal calculation for angular dims
2023-02-03 15:44:27 +01:00
Roy-043
ec0182b915
Draft: housekeeping: remove obsolete code (uiMode and DraftGui.py) ( #8327 )
2023-02-02 23:24:27 +01:00
Roy-043
693ec401f7
Draft: subelement mode ignored nesting ( #8319 )
2023-02-02 11:49:55 +01:00
Roy-043
25c4792690
Draft: fix issue with undo ( #8267 )
2023-01-31 21:38:19 +01:00
Roy-043
b2e7d20795
Draft: fix gui_offset.py issue caused by PR8207
2023-01-24 15:02:38 +01:00
Roy-043
6cf6299254
Draft: improve color handling in gui_setstyle.py ( #8219 )
...
Alhpa values of colors were not correct.
2023-01-22 11:18:17 +01:00
Roy-043
e6eb208639
Draft: Fix and improve Draft_AnnotationStyleEditor ( #8207 )
...
* Draft: Fix and improve Draft_AnnotationStyleEditor
* Draft: Fix and improve Draft_AnnotationStyleEditor 2
2023-01-21 10:28:47 +01:00
Roy-043
f7db685a28
Draft: gui_setstyle.py onApplyAnnot should check for doc ( #8196 )
2023-01-15 00:20:34 +01:00
Roy-043
0c1994e749
Draft: Update gui_setstyle.py and gui_utils.py ( #8195 )
2023-01-14 20:07:59 +01:00
Roy-043
ff80575244
Draft: Update Draft_SetStyle ( #8190 )
2023-01-14 13:54:16 +01:00
Roy-043
19d624396f
Draft: housekeeping: indentation gui_snapper.py
...
As mentioned here: #8172
2023-01-12 16:04:31 +01:00
Roy-043
dec88420bf
Draft: Properly remove Snap toolbar when switching workbenches ( #8172 )
2023-01-12 15:29:21 +01:00
Roy-043
fe02d63c8c
Draft: update inspect.getargspec to inspect.getfullargspec ( #8101 )
2022-12-29 23:20:38 +01:00
Roy-043
de20241452
Draft: Draft_SetStyle wrongly handled LineSpacing as an int ( #8052 )
2022-12-18 20:29:13 +01:00
Roy-043
e920410607
Draft: housekeeping: rename snap icons
2022-11-11 17:33:09 +01:00
Yorik van Havre
3ac40a3778
Merge pull request #7656 from Roy-043/Draft-Change-Snap-toolbar-to-standard-toolbar
...
Draft: Change Snap toolbar to standard toolbar
2022-11-07 10:49:26 +01:00
Roy-043
dab714563d
Draft: Use DefaultShapeTransparency in gui_setstyle.py
2022-10-28 10:43:55 +02:00