[Sofa.Core] Add getPathName in BaseData#5759
Merged
epernod merged 7 commits intosofa-framework:masterfrom Nov 12, 2025
Merged
Conversation
There was no method to get the PathName() to a BaseData only a linkpath (so with the "@" prefix indicating a link). I add the missing feature and make some minor cleaning
damienmarchal
added a commit
to CRIStAL-PADR/plugin.SofaPython3
that referenced
this pull request
Oct 30, 2025
alxbilger
reviewed
Nov 1, 2025
Co-authored-by: Alex Bilger <alxbilger@users.noreply.github.com>
damienmarchal
commented
Nov 4, 2025
alxbilger
approved these changes
Nov 6, 2025
hugtalbot
added a commit
to sofa-framework/SofaPython3
that referenced
this pull request
Jan 29, 2026
See: sofa-framework/sofa#5759 Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
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.
This avoid to duplicate the code in the different plugin (seen in both: SofaPython3, Sofa.Qt)
[depends-on: https://github.com/sofa-framework/SofaPython3/pull/556]
By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).
Reviewers will merge this pull-request only if