Benjamin Nauck
02aa90f6c7
Export subclasses of Part::Feature
2025-01-27 16:08:18 +01:00
Paul Lee
27732fdf50
[ArchWall] Fix Regression Single-edge Wall w/ Multi-Material
...
Forum Discussion
- https://forum.freecad.org/viewtopic.php?t=93610&start=10#p806296
Github Issues
- https://github.com/FreeCAD/FreeCAD/issues/19147#issuecomment-2607946858
2025-01-27 14:29:04 +01:00
Julien Masnada
33816bd82b
Improve decoration of walls, floors and ceilings. Improve creation of floor's slab
2025-01-27 14:25:51 +01:00
Roy-043
ed38742d54
Merge pull request #19245 from Roy-043/PrefPacks-Add-spreadsheet-colors-to-classic-theme
...
PrefPacks: Add spreadsheet colors to classic theme
2025-01-27 09:52:37 +01:00
jffmichi
6e361b8bd1
Sketcher: fix seg-fault on loading sketch with redundant constraints
2025-01-26 06:46:34 -06:00
Tim
0db1a2e034
[AddonManager] Fix construct_git_url return urls with '.git'. ( #19242 )
...
* [AddonManager] Fix construct_git_url return urls with '.git'.
2025-01-26 06:45:14 -06:00
Roy-043
feaf59bb8d
PrefPacks: Add spreadsheet colors to classic theme
...
Fixes #17984 .
2025-01-25 21:30:27 +01:00
Andrea
87ed2bb6dc
Clean importCSG.py
...
Clean code
Update importCSG.py
2025-01-25 05:35:43 -06:00
wandererfan
add93323d7
[TD]fix cosmetic circle arc handling
2025-01-24 17:29:22 -05:00
tritao
4c93a14fea
Gui: Reorganize the dialog files into a top Dialogs folder.
2025-01-24 16:28:02 -06:00
wandererfan
dbf2e85f6f
[TD]control svg scaling at object level
2025-01-24 16:34:18 -05:00
wandererfan
2bc9f2ea1f
[TD]allow showing units on individual dimensions
2025-01-24 13:04:00 -05:00
pre-commit-ci[bot]
aec8772c13
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-01-24 15:45:43 +01:00
Benjamin Bræstrup Sayoc
16b07c1485
[Sketcher] Make axis colors changeable
2025-01-24 15:45:43 +01:00
Benjamin Bræstrup Sayoc
44e3a94f29
[Gui] Make axis colors of corner axis changeable
2025-01-24 15:45:43 +01:00
Benjamin Bræstrup Sayoc
c6e590ce9d
[Gui] Make axis colors of axis kit (world origin axis) changeable
2025-01-24 15:45:42 +01:00
Benjamin Bræstrup Sayoc
f4f902e4a3
[Gui] Make NaviCube axis colors changeable
2025-01-24 15:45:42 +01:00
Benjamin Bræstrup Sayoc
b888c2ffc0
[Gui] Add ability to change axis colors
2025-01-24 15:45:42 +01:00
Chris Hennes
06143dcb15
Merge pull request #17000 from pskowronskiTDx/tdx-mac
...
Enabling 3Dconnexion NavLib integration for MacOS
2025-01-24 08:09:29 -06:00
xtemp09
96f7a2804e
Fix arrow navigation in TreeWidget
...
Closes #10488 . This commit removes the code fragment that "swallowed"
the key press events.
2025-01-24 06:51:52 -06:00
Ulices
83a04d2582
AddonManager: open addon's location directory ( #19209 )
...
* AddonManager: open addon's location directory
* AddonManager: account for macros when setting addon location
2025-01-24 06:48:46 -06:00
Roy-043
9bbdbd198b
Draft: DraftGui.py fix displayPoint
...
Fixes #18744 .
2025-01-23 11:44:26 +01:00
Ulices
99df928459
Add units to some spinboxes on preferences pages ( #19143 )
...
* Add units to some spinboxes on preferences pages
* Ensure units have a space, ex: " px"
* FEM: Don't mark units for translation
2025-01-22 09:05:49 -06:00
marioalexis
0757a78cad
Fem: Rename enable/disable electromagnetic properties
2025-01-22 11:17:59 -03:00
marioalexis
0194070ce9
Fem: Update electromagnetics boundary conditions
2025-01-22 11:17:59 -03:00
marioalexis
30c7efbc60
Fem: Fix vector potential unit and use enumeration property for boundary condition
2025-01-22 11:17:59 -03:00
André Kapelrud
9ad7bd37e3
Fem: Add Neumann boundary condition for electrostatic potential
2025-01-22 11:17:59 -03:00
André Kapelrud
aaa976953d
Base: Add surface charge density unit
2025-01-22 11:17:59 -03:00
marioalexis
f24d24c9ac
Fem: return from Python setEdit methods
2025-01-22 08:13:08 -06:00
pre-commit-ci[bot]
c0f6a0a871
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/mirrors-clang-format: 57e96cfddb3b0e0e11df353f5124cfd8e930a802 → f9a52e87b6cdcb01b0a62b8611d9ba9f2dad0067](57e96cfddb...f9a52e87b6 )
2025-01-22 06:21:55 -06:00
Benjamin Bræstrup Sayoc
d0acb9f483
[Gui] Make autocompletion global
...
Now auto complete is in all TextEdit objects. Fixes #12850
2025-01-22 06:12:43 -06:00
Roy-043
322b354fe8
Added is not None checks
...
Also added two local variables in BimLayers.py.
2025-01-22 10:41:11 +01:00
Roy-043
713db4bc5e
Draft and BIM: Layer manager minor code improvements
...
The code should not add the LinePrintColor property. That should be done elsewhere.
2025-01-22 10:41:11 +01:00
JULIEN MASNADA
fd34f14fc3
SH3DImporter: Miscellaneous improvements ( #19178 )
...
* Fixed documentation and confusing variable name
* Prepare for joined wall fix
* Fixed invalid Part::Sweep on certain joined walls
* Calculate the Length in case of a curved segment
* Adding Arch::Space for each room, and group furnitures in these spaces
* Fixed baseboard import
* Add baseboard to Space and wall to Space.Boundaries
* Fixed space attribution when importing furniture as Arch::Equipment
* Adding site properties
* Allow creation of reference ground mesh
* Make sure get_space takes level into account
* Added sh3dCreateGroundMesh preferences
* Sensible ordering for import preferences
* Move furniture at least up to the floor upper facewq
* Avoid gap between floors. Adjusted wall height and furniture placement
* Preparing to allow model_rotation attribute in furniture
* Fixed tipo in model_rotation
* Make space upper face does exists
* Use Facebinder to paint walls. do not offset by floor thickness.
* Use Draft.make_facebinder()
* Workaround for issue #19172 . Refreshing the list of Faces and removing the extra '?' character
2025-01-22 10:08:46 +01:00
Roy-043
7241f01c36
BIM: Fix BIM Schedule
...
Fixes #18934 .
2025-01-22 10:07:35 +01:00
Roy-043
58a7b2ff28
Draft: updates related to transparency to alpha change
2025-01-22 10:04:47 +01:00
Roy-043
3c3cf74cb0
Draft: DraftGui.py fix updateSnapper and implement display_point_active
...
* The updateSnapper function did not work properly.
* Added display_point_active attribute to prevent the displayPoint function from triggering the changeXValue etc. functions. This would lead to a loss of accuracy as the rounded displayed values would be read from the inputboxes.
2025-01-22 10:03:36 +01:00
João Matos
e697eddd06
CMake: Allow using symlinks for installed files. ( #19043 )
...
* CMake: Allow using symlinks for installed files.
2025-01-21 11:35:53 -06:00
Beep6581
022b9d3536
Auto scroll to constraint on click ( #18859 )
...
* Auto scroll to constraint on click
When clicking on a contrasint in Sketcher, that constraint is now
automatically scrolled to in the Constraints listview. If selecting
multiple constraints, the last one is scrolled to.
Closes #17361
* Check model() for nullptr
* scrollTo only on select, not de-select #18859
2025-01-21 11:33:51 -06:00
mosfet80
e30251eb98
Update pixi.toml
...
fix version
2025-01-21 09:50:43 -06:00
wmayer
ca9431f4cb
PD: Fix build failure
2025-01-21 09:34:30 -06:00
wmayer
9ecc6d961a
Gui: Fix warning about unused variable
2025-01-21 09:34:30 -06:00
Roy-043
dfc2593d4c
Merge pull request #19166 from Roy-043/Draft-DraftGui.py-improve-some-tooltips
...
Draft: DraftGui.py improve some tooltips
2025-01-21 15:46:00 +01:00
Roy-043
b055924bd7
Changed one tooltip as requested
2025-01-21 15:17:03 +01:00
Chris Hennes
b4816e36a7
Sketcher: Refactor C++20 code
2025-01-20 20:57:34 -06:00
wmayer
fff5c8a7e8
Part: Fix wrong attachment of datum lines
...
Fixes #19113
2025-01-20 16:40:46 -06:00
Jacob Oursland
18c29bda93
Fix call to setTemporaryVisibility() post API change.
2025-01-20 16:39:52 -06:00
Roy-043
e79beed491
Draft: DraftGui.py improve some tooltips
...
Avoid 'new point' and 'next point' in tooltips as this does not always apply.
2025-01-20 20:53:25 +01:00
PaddleStroke
c984a5d4db
PartDesign NewSketch: Add a parameter to use attachment dialog instead of feature pick
2025-01-20 12:27:04 -05:00
Roy-043
48a15fa83a
Draft: DXF export: add handling of text justification
...
Fixes #18964 .
2025-01-20 18:24:30 +01:00