Benjamin Nauck
1e1a967bd5
Merge pull request #22319 from davesrocketshop/importer_fixes
2025-07-04 06:10:37 +02:00
David Carter
423f3cca6b
Materials: Add import for unimplemented fields
...
Adds import/export support for unimplemented material fields.
This includes reference source and URLs, and tag fields. Tag support
remains unimplemented in the editor, but is supported by a number
of materials in the FCMat files. They can be accessed in both C++
and Python.
2025-07-03 14:32:27 -04:00
pre-commit-ci[bot]
43cb525948
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-07-03 10:45:55 +02:00
FEA-eng
c593d8e8c1
FEM: Update Command.cpp
2025-07-03 10:45:55 +02:00
FEA-eng
914b566677
FEM: Update commands.py
2025-07-03 10:45:55 +02:00
FEA-eng
8f8b1afc8c
FEM: Update TaskPostFrames.ui
2025-07-03 10:45:55 +02:00
FEA-eng
93b8d66835
Core: Update DlgSettingsLightSources.ui
2025-07-03 02:43:12 -05:00
Pieter Hijma
82aad7c104
Core: Fix property rename test
2025-07-02 15:36:56 -05:00
David Carter
3515db4a3b
Materials: Add support for embedded images
...
Adds support for file types other than PNG to embedded images in
materials. Adds checks to prevent crashing when an unsupported image
type is used.
2025-07-02 11:01:59 -05:00
FEA-eng
21eff41238
FEM: Update Command.cpp
2025-07-02 10:52:39 -05:00
Max Wilfinger
36659f0176
Sketcher: Update UI strings for consistency ( #22167 )
...
* Sketcher: Update UI strings for consistency
* Update src/Mod/Sketcher/App/Sketch.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
* Update src/Mod/Sketcher/Gui/Command.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
* Update src/Mod/Sketcher/App/SketchObject.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
* Update src/Mod/Sketcher/Gui/Command.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
* Update src/Mod/Sketcher/Gui/Command.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
* Update src/Mod/Sketcher/Gui/Command.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
* Apply suggestions from code review
* Apply suggestions from code review
---------
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 22:51:46 +00:00
Samuel Abels
f952728809
remove unused import of PartGui
2025-06-30 21:30:34 +02:00
Samuel Abels
5aaf46aa8b
Avoid triggering circular imports by using traceback instead of inspect
2025-06-30 21:30:34 +02:00
Bas Ruigrok
b7ac8a7afe
Inform Coin to use EGL when on Wayland ( #21917 )
...
* Inform Coin to use EGL when on Wayland
* Only check for Wayland on Linux and BSD
2025-06-30 11:12:02 -05:00
Roy-043
90a6bb7ea4
BIM: fix setting of self.Type
...
Fixes #21364 .
`self.Type` should be set in `__init__` and `loads`, and not in `onDocumentRestored`.
Additionally:
fixed mistake in `loads` in ifc_objects.py.
2025-06-30 11:05:41 -05:00
Roy-043
8add557e2f
Draft: fix setting of self.Type
...
Fixes #17750 .
`self.Type` should be set in `__init__` and `loads`, and not in `onDocumentRestored`.
2025-06-30 11:05:25 -05:00
Ryan K
dd5cb6aa61
TechDraw: ActiveView rework ( #22107 )
...
* TechDraw: Rework ActiveView
* Update src/Mod/TechDraw/Gui/TaskActiveView.cpp
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
---------
Co-authored-by: Ryan Kembrey <ryan.kembrey@student.uts >
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2025-06-30 12:04:12 -04:00
Chris Hennes
faa56d4e3f
Merge pull request #21985 from furgo16/dxf-stats-reporter
...
Import: add DXF statistics reporter
2025-06-30 10:55:57 -05:00
Chris Hennes
082f4449c0
Merge pull request #22083 from galou/improve_dae
...
Improve dae
2025-06-30 10:54:08 -05:00
Luz Paz
0f5d0207cd
codespell: add 3 false positives to ignore list
...
Added `InvertIn, LeadIn, linez`
ref: https://github.com/FreeCAD/FreeCAD/pull/22137/files
2025-06-30 10:45:00 -05:00
Andrea
6f18b152ed
Remove unused deprecated functions
...
Remove unused deprecated functions
2025-06-30 10:40:10 -05:00
Chris Hennes
406ba22aa2
Merge pull request #21975 from pieterhijma/transaction-rename-property
...
Core: Add redo/undo to property rename
2025-06-30 10:36:26 -05:00
pre-commit-ci[bot]
b6e51d6b69
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-06-30 10:35:42 -05:00
Max Wilfinger
3d154e64c7
Update src/Mod/Fem/femtaskpanels/task_constraint_centrif.py
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:42 -05:00
Max Wilfinger
8e69f876af
Update src/Mod/Fem/femtaskpanels/task_constraint_centrif.py
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:42 -05:00
Max Wilfinger
690fef734c
Update src/Mod/Fem/femcommands/commands.py
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:42 -05:00
Max Wilfinger
373b94ea12
Update src/Mod/Fem/Gui/DlgSettingsFemCcx.ui
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:42 -05:00
Max Wilfinger
de4763d1f7
Update src/Mod/Fem/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:42 -05:00
Max Wilfinger
2c53040755
Update src/Mod/Fem/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:42 -05:00
Max Wilfinger
45bcd8ce6e
Update src/Mod/Fem/App/AppFem.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:42 -05:00
Max Wilfinger
483dbbae33
FEM: Update UI strings for consistency
2025-06-30 10:35:42 -05:00
Max Wilfinger
53c367f4b5
Update src/Mod/Spreadsheet/Gui/Workbench.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
c7952719f3
Update src/Mod/Spreadsheet/Gui/Workbench.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
2f8b4f0106
Update src/Mod/Spreadsheet/Gui/Workbench.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
ee926ba67f
Update src/Mod/Spreadsheet/Gui/Workbench.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
4332a95b49
Update src/Mod/Spreadsheet/Gui/Workbench.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
87c7dd6163
Update src/Mod/Spreadsheet/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
7eb21b9951
Update src/Mod/Spreadsheet/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
bea7c631e8
Update src/Mod/Spreadsheet/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
6c32e8ae07
Update src/Mod/Spreadsheet/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
b90cbcca08
Update src/Mod/Spreadsheet/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
9c6aa7267f
Update src/Mod/Spreadsheet/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
07c35c1a83
Update src/Mod/Spreadsheet/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
27c4cf52e0
Update src/Mod/Spreadsheet/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
71ec5e8050
Update src/Mod/Spreadsheet/Gui/Workbench.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:16 -05:00
Max Wilfinger
c5ddbb8a16
Spreadsheet: Update UI strings for consistency
2025-06-30 10:35:16 -05:00
Max Wilfinger
b86a553423
Update src/Mod/Robot/Gui/Command.cpp
2025-06-30 10:35:10 -05:00
pre-commit-ci[bot]
1421c4ced9
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-06-30 10:35:10 -05:00
Max Wilfinger
934929516a
Update src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.ui
2025-06-30 10:35:10 -05:00
Max Wilfinger
15494b5e5e
Update src/Mod/Robot/Gui/CommandTrajectory.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:10 -05:00