Roy-043
20146a63a3
BIM: BIM_Material: only assign material object to component ( #25823 )
...
* Add MoveWithHost check for material assignment
* [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>
2025-12-01 16:59:13 +00:00
Roy-043
411da914b7
BIM: add parameter for BIM_Sketch view props ( #25778 )
...
* Add BIM parameters to param_dict
Add BIM parameters to param_dict for future use.
* BIM: add parameter for BIMSketch view props
2025-12-01 16:58:43 +00:00
Roy-043
20c51f6874
BIM: fix Arch_Reference update on doc restored ( #25777 )
...
* BIM: fix Arch_Reference update on doc restored
Fixes : #24943
* [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>
2025-12-01 16:58:01 +00:00
tetektoza
64d25752d4
Sketcher: Use constraint index instead of geoId as key in expr storage
...
`SketcherTransformationExpressionHelper` was using `geoId` as the map
key for storing expressions during geometry transformations. This is
incorrect since single geometry may have multiple constraints with
different expressions.
So, using `geoId` as the key causes `std::map` overwrites, resulting in
only the last expression being preserved per geometry.
So this patch changes key to be a constraint index, and adds
`ConstraintExpressionInfo` struct to store both expression and `geoId`.
Co-authored-by: PaddleStroke <pierrelouis.boyer@gmail.com >
2025-12-01 10:57:40 -06:00
Billy Huddleston
81d5dd791e
CAM: Turn off debugging in CAM Preferences
...
Debugging was left on by mistake. Also 'Setting asset path' log message was at info level. Changed to debug level.
2025-12-01 10:53:02 -06:00
Roy-043
747980e3e4
Convert asset path to string in filePath function
2025-12-01 10:51:16 -06:00
marbocub
c92886a228
Sketcher: Fix error when first constraint is DistanceX/DistanceY to vertex ( #25813 )
2025-12-01 10:50:31 -06:00
Syres916
292d5209a6
[TechDraw] Fixes for TaskFillTemplateFields finding Draft/Arch/Image views and keeping message boxes and dialogs on top ( #25342 )
...
* [TechDraw] fix dialog to be ontop, clear the keyLst and save mouse movement between messagebox and dialog
* [TechDraw] change from setWindowFlags to setWindowFlag
* [TechDraw] handle BIM and Draft as first available views...
.... also increase the possible scale values such as 5 : 2 or 7 : 3
* [TechDraw] fix 1:1 scale regression
* [TechDraw] remove unnecessary line of code
* TD: Simplify code
Address comments from review.
Co-authored-by: WandererFan <wandererfan@gmail.com >
* [TechDraw] enable use of Fraction for scale...
... conversion
---------
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
Co-authored-by: WandererFan <wandererfan@gmail.com >
2025-12-01 10:45:02 -06:00
Roy-043
d1338df442
BIM: Fix duplicate vertices in Wavefront OBJ export
...
Fixes : #13151 .
The vertices derived from a face's outerwire could contain duplicates.
Fixed by switching to:
`f.OuterWire.OrderedVertexes`
2025-12-01 16:28:14 +00:00
PaddleStroke
94043f779f
Part: Fix addSelection failing for links to body. ( #25702 )
2025-12-01 09:34:08 -06:00
Captain
982d3dc729
PartDesign: fix symmetric mode of draggers in revolution/groove ( #25656 )
2025-11-30 23:03:31 -06:00
sliptonic
65904b2f1a
Merge pull request #25273 from Thom-de-Jong/main
...
CAM: Exporting G-code can be canceled from the editor dialog
2025-11-30 14:04:22 -06:00
sliptonic
12a2c4caec
Merge pull request #25253 from tarman3/geom_usehelixforbspline
...
CAM: Path.Geom.cmdsForEdge() - remove useless 'useHelixForBSpline'
2025-11-30 09:59:03 -06:00
Thom de Jong
ec90f1fdf1
Merge remote-tracking branch 'upstream/HEAD'
2025-11-30 12:43:31 +01:00
Frank Martinez
d5445f04cb
CAM: Fix pyi signature to match c++
2025-11-30 00:56:44 -06:00
Chris Hennes
9cd4a2ec7d
Merge pull request #24262 from mnesarco/pyi-fixes-1
2025-11-29 20:23:37 -06:00
sliptonic
1041fe38d1
Merge pull request #25553 from tarman3/leadinout_overtravel6
...
CAM: LeadInOut - Fix regression after #24829
2025-11-29 12:34:37 -06:00
Chris Hennes
bb84fe5cfe
Merge pull request #25674 from WandererFan/DimensionColorSizeOldDocuments2
...
TechDraw: fix handling of alpha channel in old documents
2025-11-28 18:04:30 -06:00
sliptonic
2957ee8018
[CAM] Reimplemented Mill facing operation ( #24367 )
2025-11-28 23:26:36 +00:00
tarman3
2041ae1b70
CAM: Path.Geom.cmdsForEdge() - remove useless 'useHelixForBSpline'
2025-11-28 20:13:24 +02:00
sliptonic
20076de9be
Merge pull request #25205 from tarman3/isVertical
...
CAM: Path.Geom.isVertical() for BSpineSurface (simple face after scale)
2025-11-28 12:08:10 -06:00
sliptonic
b56a7864a6
Merge pull request #25635 from tarman3/oputil_1_linter
...
CAM: OpUtil - Fix linter errors
2025-11-28 12:03:06 -06:00
sliptonic
ab632d5e57
Merge pull request #25023 from sebastianohl/main
...
CAM: fixing drill handling, as KinetiNC does not implement G81 etc. correctly
2025-11-28 11:54:08 -06:00
sliptonic
2b45d86510
Merge pull request #25022 from s-ohl-ostfalia-de/main
...
CAM: adding cooling feature to Kinetic post processor
2025-11-28 11:52:29 -06:00
sliptonic
373797bcd4
Merge pull request #24807 from tarman3/inspect
...
CAM: Line numbers in Inspect window
2025-11-28 11:48:24 -06:00
sliptonic
6904cfafb3
Merge pull request #23862 from tarman3/gcode_editor_dialog
...
CAM: Show line numbers in export gcode dialog
2025-11-28 11:47:01 -06:00
sliptonic
652a23b36e
Merge pull request #23251 from sliptonic/adr-expand-command-semantics
...
[CAM] ADR on Path Command annotation semantics
2025-11-28 11:07:26 -06:00
sliptonic
88073b3425
Merge pull request #25365 from sliptonic/adr-heights
...
CAM: ADR for normalizing Heights and depths terminology
2025-11-28 11:03:15 -06:00
sliptonic
e1aedd4da8
Merge pull request #25732 from sliptonic/adr-material-allowance
...
CAM: ADR for "Stock to Leave" terminology
2025-11-28 10:50:58 -06:00
PaddleStroke
7247fb82a2
PartDesign: Polar pattern: Accept negative angles ( #25621 )
2025-11-27 18:08:01 -06:00
PaddleStroke
d856984476
TechDraw: DrawViewSpreadsheet do not create cyclic dependency
2025-11-27 18:07:03 -06:00
pre-commit-ci[bot]
b5bdeae64d
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-11-27 16:43:24 +00:00
sliptonic
c4d1aa13ec
revise feed definition
2025-11-27 10:40:13 -06:00
pre-commit-ci[bot]
275fc43ddd
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-11-27 16:18:33 +00:00
PaddleStroke
aae7d7ce9f
Assembly: Enable negative distance for rackpinion and screw
2025-11-26 23:53:11 +01:00
PaddleStroke
f6d56cf0f5
Assembly: CommandInsertLink: handle manual deletions ( #25651 )
2025-11-26 16:22:12 -06:00
Chris Hennes
44df99e458
Merge pull request #25580 from kadet1090/fix-boolean-position
...
PartDesign: Fix boolean positioning
2025-11-26 14:22:59 -06:00
Chris
e56ba339e1
PartDesign: Use c++ exception to prevent crash ( #25671 )
...
* part design: fix issue #25639 use c++ exception to prevent crash
* [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>
2025-11-26 15:43:47 +01:00
Eugene Zhukov
18dc491aaf
Change params variable to uppercase PARAMS ( #25663 )
...
Addresses #25565
2025-11-26 13:25:20 +00:00
github-actions
914b34cc1a
Update translations from Crowdin
2025-11-25 21:20:42 -06:00
wandererfan
b28ec26e54
[TD]guard against font size zero
2025-11-25 19:59:59 -05:00
wandererfan
0ae68113a3
[TD]convert transparency to alpha channel
2025-11-25 19:59:53 -05:00
wandererfan
03e9e29459
[TD]add preference re alpha/transparency conversion
2025-11-25 19:59:40 -05:00
Thom de Jong
5822d7c7bb
Change button text and disable OK when text unchanged
2025-11-25 22:10:32 +01:00
sliptonic
2bbcdcbfe1
Merge pull request #25638 from LarryWoestman/linuxcnc_preamble
...
CAM: fix for linuxcnc ignoring --preamble argument, with test
2025-11-25 09:03:09 -06:00
Louis Gombert
cbc30e5d07
CMake: fix parsing error in Sandbox/Gui
...
Introduced by commit 755229d
2025-11-25 05:53:44 -06:00
PaddleStroke
26c401d7d2
Assembly: Bom: replace QtWidget by QtGui for Qt6
2025-11-24 21:18:16 -06:00
pre-commit-ci[bot]
b3c309bda4
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-11-24 23:12:28 +00:00
Lawrence Woestman
048681fccf
CAM: fix for linuxcnc ignoring --preamble argument, with test
2025-11-24 14:40:16 -08:00
FEA-eng
47643f7ccd
FEM: add new cyclic symm centrif example
2025-11-24 22:55:38 +01:00