Kacper Donat
93a472c202
Merge pull request #22138 from chennes/compilerWarningCleanup20250622
...
Compiler warning cleanup
2025-07-06 16:32:08 +02:00
Roy-043
22c92d550c
Update DraftGui.py
2025-07-05 22:44:22 +02:00
Kacper Donat
e65f69715b
CAM: Fix origin indicator for Job
...
This commit fixes how origin (coordinate system) indicator looks. Before
it showed as disc, and now it shows as point which is more approperiate
given the context.
2025-07-05 18:46:01 +02:00
Luz Paz
059619cc28
Fix various typos
...
Found via codespell
2025-07-04 21:24:09 +02:00
Samuel
5d051c0159
Merge branch 'main' into fix-custom-attribute-edit
2025-07-04 20:32:37 +02:00
Ian Abreu
2a9e7439c2
Merge branch 'fanuc-postprocessor-fix' of github.com:z0r0/FreeCAD into fanuc-postprocessor-fix
2025-07-04 11:31:21 -04:00
Ian Abreu
8a69bdb0c4
correcting to use Tool vs. ToolController
2025-07-04 11:30:46 -04:00
Ian Abreu
127a536625
Merge branch 'main' into fanuc-postprocessor-fix
2025-07-04 11:21:14 -04:00
Ian Abreu
2ec501f802
initial fix
2025-07-04 11:10:43 -04:00
Benjamin Nauck
1e1a967bd5
Merge pull request #22319 from davesrocketshop/importer_fixes
2025-07-04 06:10:37 +02:00
Jacob Oursland
b9279159d6
pixi: Update pixi.lock.
2025-07-03 14:45:49 -07:00
Jacob Oursland
65ec6da860
pixi: Add freecad-stubs for python autocompletion.
2025-07-03 14:45:43 -07:00
Jacob Oursland
bb10f882f3
pixi: Pin occt to 7.8 due to bugs in 7.9.0.
2025-07-03 14:45:37 -07:00
Jacob Oursland
f9ef5feeca
pixi: Pin versions for compatibility with VFX Reference Platform.
2025-07-03 14:45:26 -07: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
captain0xff
cd8ddd1b9b
Gui: refactor SoRotationDragger
2025-07-01 18:18:14 +05:30
tarman3
3836f8dbb9
CAM: Changes in warnings of old Array
2025-07-01 06:11:56 +03: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
59b73c08d3
CAM: Fix: rename vbit and threadmill back to v-bit and thread-mill to avoid backward compatibility issues
2025-06-30 22:59:14 +02:00
Samuel Abels
071747b376
CAM: Fix: shape parameters coming from the attributes section in the fctb file were not normalized
2025-06-30 21:48:21 +02: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
Samuel Abels
6464196d3a
CAM: Fix: Tool editor ignored shape attributes if they were not in the Shape group. Now it reads all except Base
2025-06-30 20:27:54 +02:00
Samuel Abels
be16390773
CAM: make ToolBitShape more robust against invalidly typed parameters in toolbit files (e.g. Flutes with string value)
2025-06-30 20:27:26 +02:00
Samuel Abels
e23a01d8c6
CAM: Fix: Remove invalid normalization of shape name
2025-06-30 20:26:51 +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