Skip to content
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

Proper pof import #148

Merged
merged 7 commits into from
Sep 29, 2023
Merged

Proper pof import #148

merged 7 commits into from
Sep 29, 2023

Conversation

Baezon
Copy link
Owner

@Baezon Baezon commented Sep 26, 2023

Finally, a proper unified dialog for importing bits of another model into the currently opened model.
Sadly this requires some manual manipulation of parents and children so they couldn't stay totally private and go through their getters and setters anymore.

@Baezon Baezon added the enhancement New feature or request label Sep 26, 2023
src/ui_import.rs Outdated Show resolved Hide resolved
@digama0
Copy link
Collaborator

digama0 commented Sep 26, 2023

I applied a change that was a bit too big for a github suggestion, but consider it as such. The logic for the merging can be split approximately in half, with the parent/child manipulation moving to the pof crate so that those fields can stay pub(crate).

@Baezon Baezon merged commit 77325a4 into main Sep 29, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants