Roy-043
35f10ad5a5
Draft: remove reapply_diffuse_color workaround
...
The function would trigger the creation of duplicate Draft Polar Arrays (only on Linux and only if the Fuse option is selected and the Link Array option deselected).
Forum topic:
https://forum.freecad.org/viewtopic.php?t=84090
The reapply_diffuse_color function is no longer required anyway as Issue #8340 has been fixed.
2024-01-10 16:46:49 +01:00
Roy-043
56d73f39ac
Draft: implement new get_param functions (step 1)
...
See #11677
2023-12-11 19:31:34 +01:00
Roy-043
484bbf3807
Draft: improve handling of anno DisplayMode and LineSpacing
...
* DisplayMode controlled by new pref DefaultAnnoDisplayMode. This replaces the old dimstyle pref.
* LineSpacing pref is now used when creating annotations. Will be added to prefs ui later.
* format_object no longer changes FontSize as this conflicted with the height parameter in the make_text function.
* make_text function updated.
2023-11-27 15:45:56 +01:00
Roy-043
e4d6c328fc
Draft: clone IfcType and Subvolume properties
...
Fixes #11186 .
2023-10-31 15:43:33 +01:00
Roy-043
d6b402c59c
Fix error in make_dimension.py
2023-10-23 20:24:30 +02:00
Roy-043
ca06e87a38
Draft: Updates related to the PlaneGui class (step 2)
...
Related issue:
#5603 .
Additionally:
Fixed the issue where the texts of Arch_Space objects were not exported to DXF.
2023-10-23 16:25:12 +02:00
Yorik van Havre
55292e9041
Import: Support DXF text rotation ( #11001 )
...
* Import: Support DXF text rotation - fixes #10882
- Reads and supports text rotation in builtin DXF import
- Makes the builtin DXF import produce Draft texts instead of App::Annotations
- Extends the arguments of Draft make_text()
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-11 17:05:31 +02:00
luzpaz
4dbbe85c2b
Fix various typos
2023-09-07 20:34:49 +02:00
Yorik van Havre
41a1a7a8e6
Merge pull request #10505 from Roy-043/Draft-Fix-angle-range-issue-of-make_circle
...
Draft: Fix angle range issue of make_circle
2023-09-04 11:29:13 +02:00
Roy-043
3cf51debca
Ammended files based on review
2023-09-03 12:43:34 +02:00
Amritpal Singh
9f8f7c5ab3
Bug fix: Allow Draft WB to import in FreeCAD headless docker container
2023-09-03 12:24:22 +05:30
Roy-043
f8a5150e6f
Draft: Fix angle range issue of make_circle
2023-09-02 20:48:40 +02:00
Roy-043
0b58b7ba5a
Draft: make_sketch should not change Autoconstraints of sketch ( #10181 )
2023-08-13 11:16:22 +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
luzpaz
78bdc34996
Draft: linting bad indentations, superflous markup ( #9313 )
2023-04-19 09:48:57 +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
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
luzpaz
e033dd6ba5
Draft: fix typos
2023-02-15 13:13:29 +00:00
Roy-043
7f2f5e9414
[Draft] fix diffuse color issue when creating arrays ( #8436 )
2023-02-11 18:57:28 +01:00
Roy-043
c437b79ada
[Draft] update of Draft_Clone related to gui_utils.get_diffuse_color ( #8430 )
2023-02-11 16:21:18 +01:00
Roy-043
7352512f6c
[Draft] fix Draft_Clone DiffuseColor delay issue during unit test ( #8386 )
2023-02-07 22:40:29 +01:00
Roy-043
25c4792690
Draft: fix issue with undo ( #8267 )
2023-01-31 21:38:19 +01:00
luzpaz
5fa4482504
Draft: fix trailing whitespace
2023-01-22 20:26:40 +01:00
Roy-043
34f43a245c
Draft: Fix inconsistent properties of Draft annotations
2022-12-23 16:49:56 +01:00
Roy-043
8da2f363b8
Draft: fix make_sketch bugs ( #7969 )
2022-12-15 10:10:24 +01:00
Roy-043
cc8d6afee7
Draft: fix clone DiffuseColor
2022-11-27 11:11:24 +01:00
Roy-043
a4a11a42d3
Draft: Point array: Take placement of point object into account and accept more point object types
2022-10-12 11:18:12 +02:00
luzpaz
1ef31f40f5
Draft: Fix 'testing inequality to None' syntax ( #7275 )
...
* Draft: Fix 'testing inequality to None' syntax
- Substitute `is not None` for `!= None`
- Trim trailing whitespace on touched files
2022-07-30 00:26:56 +02:00
Yorik van Havre
217b1e82cb
Merge pull request #7141 from Roy-043/Draft-make_hatch.py-should-return-the-object
...
Draft: make_hatch.py should return the object
2022-07-18 10:48:07 +02:00
Roy-043
d6b3942ad1
Draft: Fix color handling in make_point.py
2022-07-17 12:32:08 +02:00
Roy-043
2f19dbaf23
Draft: make_hatch.py should return the object
2022-07-06 18:44:19 +02:00
Roy-043
256c4cd086
Draft: Fix Placement in make_sketch
2022-06-22 12:11:47 +02:00
marioalexis84
44a989f3b9
Draft: Make ShapeString editable by double-click - fixes #5885
...
* Draft: Make ShapeString editable - fixes #5885
2022-04-08 17:47:41 +02:00
Yorik van Havre
6160d0fe78
Draft: Restored cloning of arch objects
2022-03-21 15:16:53 +01:00
Roy
fae36b2da0
Draft: Housekeeping: call 'make' functions with new name (4)
2022-02-20 22:31:08 -06:00
Roy
effd40ec99
Draft: Housekeeping: call 'make' functions with new name (3)
2022-02-13 11:01:15 +01:00
Roy
5bbf59141e
Draft: Housekeeping: call 'make' functions with new name, continued
2022-02-12 19:34:57 +01:00
Roy
6b808987ad
Draft: Housekeeping: call 'make' functions with new name
2022-02-10 16:44:37 +01:00
Roy
3ad8c1680f
Draft: Draft_Label fix label type list
2021-12-10 18:40:43 +01:00
luz paz
f742cd3c20
Refined code formatting for uniformity
2021-10-30 15:20:28 -04:00
luzpaz
4dcc03cc72
Add requested revision by @chennes
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2021-10-30 15:20:28 -04:00
luz paz
580a52f75c
Draft: Fix superfluous whitespace in translations + misc. typos
2021-10-30 15:20:28 -04:00
Chris Hennes
7a5fb042f7
[Draft] Eliminate default value modification
2021-10-11 21:28:55 -05:00
Roy-043
f271aa9ff6
Draft: make_ellipse default value face should be None
2021-10-09 10:17:07 +02:00
Roy-043
059b3d46aa
Draft_Hatch_ViewProvider -> ViewProviderDraftHatch
2021-10-07 15:08:06 +02:00
Roy-043
30b784a596
Update make_hatch.py
2021-10-05 15:58:47 +02:00
luz paz
391a9e8d23
Draft: whitespace tweak
2021-09-08 10:22:26 -04:00
Yorik van Havre
1c8b803f9e
Draft: Introduced Hatch command + object
2021-09-06 15:27:52 +02:00
marioalexis
544ba0f56a
Draft: Use ordered vertexes to create Draft Wire from Part.Wire
2021-06-12 18:09:45 -03:00
Roy-043
cd31a4f026
Draft: make_text fixed 3 small issues
...
Fixed 3 small issues in make_text that came up while working on make_label (pull request #4801 ).
2021-05-30 19:53:02 +02:00