Roy-043
0588d58d75
Merge pull request #12226 from Roy-043/Draft-Avoid-draftToolBar.getDefaultColor-outside-DraftGui.py
...
Draft: Avoid draftToolBar.getDefaultColor outside DraftGui.py
2024-02-01 20:08:16 +01:00
Roy-043
51035731e7
Draft: Avoid draftToolBar.getDefaultColor outside DraftGui.py
...
The draftToolBar.getDefaultColor() function is an indirect way of retreiving a parameter. It is better to avoid it where possible.
2024-02-01 18:02:10 +01:00
Roy-043
ff5f5c407a
Draft: preferences-drafttexts.ui fix some issues
...
Increase step size from 0.05 to 0.1
Increase max for scale multiplier from 100 to 10,000
2024-02-01 17:21:14 +01:00
CalligaroV
a137f29e61
Tests/Toponaming: Add test for simple shapes
...
* Added test for Tag Info generated by makeShapeWithElementMap
* Make sure that there's at least one mapped element before checking the element map
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-02-01 15:19:42 +01:00
Roy-043
60de976f4a
Arch: Add "Opening only" preset to Arch_Window
...
As discussed on the forum:
https://forum.freecad.org/viewtopic.php?p=734920#p734920
2024-02-01 15:18:44 +01:00
PaddleStroke
718a287447
SoDatumLabel: Add arrowheads to angles. And improve arrowhead rendering.
2024-02-01 14:27:07 +01:00
Chris Hennes
09d7e1132d
Addon Manager: Add support for codeberg.org repos
2024-02-01 14:24:47 +01:00
Adrian Insaurralde Avalos
2681218088
Github ci: fix moving libpack bin directory failure
2024-02-01 12:56:09 +01:00
PaddleStroke
a2c1596a03
[Sketcher] Scale DSH : adds a tool to scale geometries. ( #11265 )
...
* Scale DSH : sketcher tool to scale geometries.
* Sketcher: Rotate and Scale : Move indexInVec to Utils.h as indexOfGeoId
---------
Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com >
2024-02-01 09:08:58 +01:00
Chris Hennes
746fbff8f2
Sketcher: Add check for handler's existence
2024-02-01 09:08:16 +01:00
Vincenzo Calligaro
2ac19a9699
Toponaming shapeprotector Nullify() check ( #12177 )
...
* Moved the check inside the Nullify() method.
---------
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-01-31 17:36:30 +01:00
PaddleStroke
78173fa790
Part: Add BRepFill_Generator to the OpenCascadeAll.h
2024-01-31 17:35:14 +01:00
Roy-043
47f6c756e3
Merge pull request #12111 from 3x380V/draft_wb_qt6
...
Draft: Qt6 fixes
2024-01-31 11:31:38 +01:00
Roy-043
739b4a7c04
Merge pull request #12040 from Roy-043/Arch-Bring-back-Axis-bubbles-and-show-annotation-DrawStyle-in-ArchView
...
Arch: Bring back Axis bubbles and show annotation DrawStyle in ArchView
2024-01-31 10:07:18 +01:00
Roy-043
3d3e9737df
Merge pull request #12038 from Roy-043/Arch-Revised-preference-ui-files-remove-WindowColor
...
Arch: Revised preference ui files, remove WindowColor
2024-01-31 10:05:42 +01:00
Roy-043
f3db28e2c4
Gui: "Default unit system" in title case in prefs
2024-01-30 17:27:24 +01:00
PaddleStroke
30bea2dd8e
Sketcher: Fix sketcher_Copy bug when a single geometry was copied, geoId was not correct in constraints.
2024-01-30 17:26:42 +01:00
Roy-043
c94186b88d
Sketcher: minor fixes to 2 prefs ui files
...
* Titles in sentence case.
* No space before colon.
* Choose instead of chose.
* Vertex item first in "Colors outside Sketcher" as well.
2024-01-30 17:25:34 +01:00
LemonBoy
ec26037aa9
Make the random color assignment undo-able
...
Create a transaction in the currently selected document to allow the
user to roll-back the color assignment.
Closes #11689
2024-01-30 17:15:32 +01:00
Chris Hennes
39043cf176
Addon Manager: Allow primary branch name change
2024-01-30 16:52:16 +01:00
Chris Hennes
430b6c75cb
Merge pull request #12134 from bgbsww/bgbsww-toponamingMakeElementShape
...
Toponaming: makeElementShape transfer and tests
2024-01-30 14:00:59 +01:00
Chris Hennes
c622e6ca42
Addon Manager: Complete migration away from GitPython
2024-01-30 11:12:01 +01:00
bgbsww
408b4dcd85
Cleanup merge issues and linter concerns
2024-01-29 22:48:25 -05:00
Jacob Oursland
f301b763f6
Conda: Pin PCL to v1.13.1 to fix build errors on Windows. ( #12190 )
2024-01-30 00:30:40 -03:00
marioalexis
f0201bcb78
Material: Use "et" format unit to parse path
2024-01-29 22:07:58 +01:00
marioalexis
9c27b3e747
Material: Return new reference to Python boolean
2024-01-29 22:07:58 +01:00
bgbsww
29213ecb57
Merge branch 'main' into bgbsww-toponamingMakeElementShape
2024-01-28 11:19:11 -05:00
bgbsww
42435333ff
Clean code and add tests
2024-01-28 11:04:34 -05:00
Zheng, Lei
d4012e1190
Transfer in makeElementShape
2024-01-28 10:57:13 -05:00
Zheng, Lei
05a7bae6cb
FeaturePartCommon code move in
2024-01-28 06:55:01 -07:00
Chris Hennes
e4e1b0b221
Merge pull request #12157 from chennes/toponamingMakeShapeWithElementMap
...
Toponaming make shape with element map
2024-01-27 13:25:56 -07:00
Chris Hennes
4740ac88f2
Tests/Toponaming: Post-merge cleanup
2024-01-27 14:01:35 -06:00
bgbsww
88838cfb4c
Cleaned up complex test ( #15 )
...
* Element Map Test
* Rename test and add more assertions
* Reduce test complexity
2024-01-27 12:00:12 -06:00
Vincenzo Calligaro
1ecae13bca
Tests for makeShapeWithElementMap ( #12 )
...
* Tests for makeShapeWithElementMap
* Added nullShapesThrows tests for the classes derived from <TopoDS_Shape>
* Added test passing as "sources" parameter of the tested method an empty vector of TopoShapes objects
* Added test with unmappable sources
* Added test to find shapes inside other shapes made from the first ones
* Tests for makeShapeWithElementMap with simple shapes
* Added test to find source shapes' sub-shapes name in the elements maps
* Added test to find the "MAK" OpCode in the elements maps names
---------
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-01-27 12:00:12 -06:00
bgbsww
7e550c7e26
Rename test and add more assertions
2024-01-27 12:00:12 -06:00
bgbsww
2d30bad9aa
Element Map Test
2024-01-27 12:00:12 -06:00
Chris Hennes
e9092bcc7c
Tests/Toponaming: Add test framework for makeShapeWithElementMap
2024-01-27 12:00:12 -06:00
Chris Hennes
ca6d9f9944
Part/Toponaming: Basic linter cleanup of makeShapeWithElementMap
...
No major refactoring.
2024-01-27 12:00:12 -06:00
Zheng, Lei
f592b66ecb
Part/Toponaming: Add original code for makeShapeWithElementMap
...
Called TopoShape::makESHAPE in the original Toponaming branch. The code here has been modified as little as possible to get it to compile in current main.
2024-01-27 11:59:56 -06:00
Roy-043
d9a8316cc4
Merge pull request #12123 from Roy-043/Arch-BuildingPart-fix-setEdit-and-unsetEdit
...
Arch: BuildingPart fix setEdit and unsetEdit
2024-01-27 15:44:06 +01:00
Roy-043
1071937b87
Merge pull request #12127 from Roy-043/Draft-Scale-widget-did-not-handle-FEM-unit-system
...
Draft: Scale widget did not handle FEM unit system
2024-01-27 15:43:29 +01:00
wandererfan
f57c7a5aa5
[TD]fix extension bolt hole circle re scale/rotate
2024-01-27 08:07:59 -05:00
Chris Hennes
c1b6a6e657
Addon Manager: Fix git detection on mac
2024-01-26 17:43:54 -07:00
Chris Hennes
bcb60d7d7e
Addon Manager: Allow .py filenames
...
Also improve macro removal.
2024-01-26 17:43:37 -07:00
Chris Hennes
0ef7f3d0d8
Addon Manager: Fix #11120
2024-01-26 17:43:18 -07:00
bgbsww
e6341dd51a
Add helper methods
2024-01-26 17:42:51 -07:00
Chris Hennes
d58428e3a3
Merge pull request #12133 from marioalexis84/fem-contact_tie
2024-01-26 14:21:02 -07:00
marioalexis
3dbb4b3dd3
Fem: Improve constraint tie - partial fixes #11653
2024-01-26 13:44:16 -03:00
marioalexis
7e5bb7361a
Fem: Improve constraint contact - partial fixes #11653
2024-01-26 13:44:16 -03:00
marioalexis
f9a9ca2e36
App: Add StiffnessDensity property
2024-01-26 13:44:16 -03:00