-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DYN-7155: Update libg build that contains fully qualified namespaces for default args #15336
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7155
{ | ||
if (namespaces[index] == "ProtoGeometry.dll:Autodesk.DesignScript.Geometry.Panel") | ||
{ | ||
namespaces[index] = $"ProtoGeometry.dll:{typeof(Autodesk.DesignScript.Geometry.PanelSurface).FullName}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
{ | ||
var namespc = ns.Split(":").LastOrDefault(); | ||
|
||
return namespc != null && namespc.Contains(typeLoadData.Category); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Awesome, thank you for taking additional time to fix for C3D users |
Purpose
PanelSurfaceBoundaryCondition
nodemodel node appearing even after disabling paneling from under Preferences->ExperimentalTODO:
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Geometry nodes now contain fully qualified namespaces for default args to avoid namespace conflicts
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