DYN-3647: Update libg for a couple of perf optimizations#16590
Merged
aparajit-pratap merged 2 commits intoDynamoDS:masterfrom Oct 13, 2025
Merged
DYN-3647: Update libg for a couple of perf optimizations#16590aparajit-pratap merged 2 commits intoDynamoDS:masterfrom
aparajit-pratap merged 2 commits intoDynamoDS:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the libg (geometry library) dependency across the Dynamo codebase to incorporate performance optimizations for key geometric operations. The update moves from version 4.0.0.2726 to 4.0.0.2826.
Key changes:
- Updates libg version to include performance improvements for PolySurface.ByJoinedSurfaces, point projection, PolyCurve.Offset, and Boolean operations
- Maintains consistency across all project files that reference the geometry library
- Includes both release and debug variants of the library dependency
Reviewed Changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/DynamoCore/DynamoCore.csproj | Updates core libg dependencies including LibG_231_0_0, LibG_232_0_0, and debug variant |
| src/DynamoCoreWpf/DynamoCoreWpf.csproj | Updates libg dependency for WPF components |
| src/DynamoManipulation/DynamoManipulation.csproj | Updates libg dependency for manipulation features |
| src/Libraries/Analysis/Analysis.csproj | Updates libg dependency for analysis library |
| src/Libraries/CoreNodes/CoreNodes.csproj | Updates libg dependency for core nodes |
| src/Libraries/GeometryColor/GeometryColor.csproj | Updates libg dependency for geometry color functionality |
| src/Libraries/GeometryUI/GeometryUI.csproj | Updates libg dependency for geometry UI components |
| src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | Updates libg dependency for WPF geometry UI |
| src/Libraries/Tesellation/Tessellation.csproj | Updates libg dependency for tessellation library |
| src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj | Updates libg dependency for documentation generator |
| test/Libraries/AnalysisTests/AnalysisTests.csproj | Updates libg dependency for analysis tests |
| test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | Updates libg dependency for Python tests |
| test/Libraries/GeometryColorTests/GeometryColorTests.csproj | Updates libg dependency for geometry color tests |
| test/Libraries/TestServices/TestServices.csproj | Updates libg dependency for test services |
| test/Libraries/WorkflowTests/WorkflowTests.csproj | Updates libg dependency for workflow tests |
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-3647
zeusongit
approved these changes
Oct 13, 2025
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.
Purpose
Update libg for a couple of perf optimizations.
Declarations
Check these if you believe they are true
Release Notes
--
PolySurface.ByJoinedSurfacesand Point projection (https://jira.autodesk.com/browse/DYN-3647)--
PolyCurve.Offset(https://jira.autodesk.com/browse/DYN-9381)-- Solid and Surface Union and Difference nodes (https://jira.autodesk.com/browse/DYN-8841)
Reviewers
(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)
(FILL ME IN, optional) Any additional notes to reviewers or testers.
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of