Chris Hennes
c622e6ca42
Addon Manager: Complete migration away from GitPython
2024-01-30 11:12:01 +01: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
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
marioalexis
a671237073
Base: Add stiffness per unit area unit
2024-01-26 13:44:16 -03:00
wandererfan
9e080d13ce
[TD]fix extension hole thread re scale/rotate
2024-01-26 10:02:36 -05:00
wandererfan
9e9cd1342a
[TD]fix extension Extend function re scale/rotate
2024-01-26 10:02:36 -05:00
Roy-043
b1b0c48742
Draft: Scale widget did not handle FEM unit system
...
The FEM UserSchema (8) was not handled by the code.
2024-01-26 13:09:07 +01:00
Roy-043
fba23029ff
Arch: BuildingPart fix setEdit and unsetEdit
...
The Transform option from the Tree view context menu did not work.
2024-01-26 10:43:42 +01:00
Chris Hennes
f9c8c1034b
Addon Manager: Remove new-style type hints
2024-01-25 17:07:54 -07:00
Chris Hennes
7f14714706
Merge pull request #12087 from bgbsww/bgbsww-toponamingMakeElementShell
...
Toponaming makeElementShell
2024-01-25 12:49:07 -07:00
bgbsww
1aff0ca7f5
Tests for makeElementShell
2024-01-25 11:13:00 -05:00
Chris Hennes
ec545b4cec
Addon Manager: Improve macro readme rendering
2024-01-25 09:02:27 -07:00
Zheng, Lei
9aeb396d00
Transfer in MakeElementShell
2024-01-25 11:00:01 -05:00
Roy-043
d646904ca7
Merge pull request #12089 from Roy-043/Draft-Draft_Scale-make-sure-scale-input-boxes-show-at-least-6-decimals
...
Draft: Draft_Scale: make sure scale inputboxes show at least 6 decimals
2024-01-25 16:51:51 +01:00
bgbsww
a5cf4bdd33
Tweak resetElementMap to default to empty defined element map ( #12098 )
...
* Tweak resetElementMap tp default to empty defined element map
* [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>
2024-01-24 21:24:08 -06:00
Ladislav Michl
1b3781c2fb
Addon Manager: Qt6 fixes
2024-01-24 11:24:07 -06:00
Chris Hennes
a1f31282fd
Addon Manager: Replace QtWebEngine with QTextBrowser
...
Macro display is still a work-in-progress.
2024-01-24 10:42:40 -06:00
Chris Hennes
63a6592f03
Merge pull request #12064 from bdieterm/fixPlaneTransparency
...
Gui: add explicit transparency specification
2024-01-23 21:33:20 -06:00
Roy-043
1a50e08411
Merge pull request #12085 from Roy-043/Arch-importDAE-DaeUnsupportedError-is-defined-in-common.py
...
Arch: importDAE: DaeUnsupportedError is defined in common.py
2024-01-23 20:09:31 +01:00
Roy-043
d76db39662
Draft: Draft_Scale: make sure scale inputboxes show at least 6 decimals
...
Fixes #7386 .
2024-01-23 18:07:03 +01:00
Roy-043
497ed24317
Arch: importDAE: DaeUnsupportedError is defined in common.py
...
Forum topic:
https://forum.freecad.org/viewtopic.php?t=84626
2024-01-23 17:52:32 +01:00
Chris Hennes
c61ed484bd
Merge pull request #12028 from bgbsww/bgbsww-toponaming-makeElementFace
...
Toponaming move makEFace as makeElementFace and dependencies
2024-01-23 08:45:21 -06:00
Chris Hennes
da0efefd83
Merge pull request #12054 from kadet1090/styling-elements-and-constraints-ui
...
Sketcher: Apply styling to elements and constraints UI
2024-01-23 08:40:48 -06:00
xtemp09
f1fe2bb3a8
Correction of #11775
2024-01-23 07:39:51 -06:00
bgbsww
4d12e338ec
Merge branch 'main' into bgbsww-toponaming-makeElementFace
2024-01-23 08:14:07 -05:00
wandererfan
1567b90f39
[TD]fix Compass widget update in section
2024-01-22 20:02:54 -05:00
wandererfan
57d747a83c
[TD]fix line number not saved for cosmetic edge
2024-01-22 20:02:54 -05:00
Chris Hennes
096c11e47f
Merge pull request #12023 from bgbsww/bgbsww-patch-30
...
Initial code of mapSubElement Test
2024-01-22 16:02:00 -06:00