Open
Conversation
* Bump cmake_minimum_required to 3.5 CMake 4.0 has dropped support for older versions, and fails to build. GHA's runners have now been (partially) updated to use CMake 4.0, causing the builds to fail. * Bump cmake from 2.6->3.5 in SDK/Examples/Cpp/CMakeLists.txt
Inclusion of <algorithm> is needed in order to use std::find, but it was missing, leading to compiler errors with gcc-14 on Debian Trixie.
…runners for all Linux actions (#422)
* Include changes to accomodate spec info for triangle sets, volumetric and implicit. Version numbers are not correctly updated yet. Will do so after confirmation. Tests will fail too. * Set correct spec version for trianglesets, volumetric and implicit
updating windows version from 2019 to 2022 github actions
…for tests [CMakeLists.txt] Update OpenSSL linking logic based on USE_INCLUDED_SSL flag [UnitTest_EncryptionUtils.cpp] Implement cleanup logic for OpenSSL version compatibility
…e Debian reference
…equired beam lattice ball extensions and add tests for namespace compliance
…l mode and count in BeamLattice
…d radius in BeamLattice namespace
fixing initialization order Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…t.cpp fixing initialization order Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…provements and fail only on regression
…ilures and MUSTFAIL passes for latest release and commit
… before it is beeing referenced
…tion for ZLIB integration
…h helper function to extract zip entry from buffer
… usage instructions
Include surface as an object type
…on_2.5.0 updating cpp documentation for 2.5.0 release
* Bump version in CMakeLists.txt * Switch .sh for .py * fix artifact caching * Mac libraries might not obey alpha or beta. * Update actions to capture artifacts properly * Fix YAML syntax error * Yet another attempt at fixing artifact name * Cache test suite (remove from artifacts) * Static library support * Guard shared vs static properly
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #456 +/- ##
==========================================
+ Coverage 59.08% 59.66% +0.58%
==========================================
Files 64 64
Lines 23589 24646 +1057
==========================================
+ Hits 13937 14705 +768
- Misses 9652 9941 +289 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3dJan
reviewed
Feb 27, 2026
| @@ -0,0 +1,90 @@ | |||
| # Plan: Extend lib3mf for New Implicit Nodes | |||
3dJan
reviewed
Feb 27, 2026
AutomaticComponentToolkit/lib3mf.xml
Outdated
| </method> | ||
|
|
||
| <method name="GetOutputNormalizedGradient" description="Retrieves the normalized gradient output"> | ||
| <param name="NormalizedGradient" type="class" class="ImplicitPort" pass="return" |
Contributor
There was a problem hiding this comment.
hoops, we have a mismatch with the spec. In https://github.com/3MFConsortium/spec_volumetric/blob/master/3MF%20Volumetric%20Extension.md#functiongradient the normalized gradient is just called "vector"
Contributor
There was a problem hiding this comment.
I will create a PR to this branch later to fix it
Collaborator
Author
* [FunctionGradientNode] Rename GetOutputNormalizedGradient to GetOutputVector and update related bindings and documentation to reflect the change in output type from normalized gradient to vector * [FunctionGradientNode] Rename GetOutputNormalizedGradient to GetOutputVector and update related bindings and documentation to reflect the change in output type * [implicit_nodes_extension_plan.md] Remove the implicit nodes extension plan document as it is no longer needed * Update Tests/CPP_Bindings/Source/ImplicitNodes.test.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Vijai Kumar S <2363451+vijaiaeroastro@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since direct merge from release/2.5.0 into master had too many merge conflicts, I premerged in a branch.