Exporter Materials Tagging [AARD-1880] - #1170
Merged
Merged
Conversation
[AARD-1880][AARD-1880]
Dhruv-0-Arora
marked this pull request as ready for review
June 25, 2025 22:39
Dhruv-0-Arora
marked this pull request as draft
June 25, 2025 22:48
Dhruv-0-Arora
marked this pull request as ready for review
July 8, 2025 17:40
Collaborator
Author
@BrandonPacewic To remove a tag you need to select a row first (which the Fusion UI is really bad at for doing since you need to click in between the columns.) I will update the UI message though so it is clearer 👍 |
BrandonPacewic
requested changes
Jul 10, 2025
BrandonPacewic
left a comment
Member
There was a problem hiding this comment.
Are you able to select a tag and delete it? Because I'm not able to.
Collaborator
Author
rutmanz
approved these changes
Jul 10, 2025
BrandonPacewic
left a comment
Member
There was a problem hiding this comment.
I can't select a tag to remove.
Screen.Recording.2025-07-10.at.11.06.32.mov
azaleacolburn
requested changes
Jul 11, 2025
Dhruv-0-Arora
marked this pull request as draft
July 11, 2025 20:43
Dhruv-0-Arora
marked this pull request as ready for review
July 11, 2025 21:54
Collaborator
Author
|
Note If you are trying to test out whether the tags are properly exported / access the tags themselves, you can do so by adding this line in MirabufSceneObject.ts (line 187) console.log(this._mirabufInstance.parser.assembly.data?.parts?.userData) |
Dhruv-0-Arora
commented
Jul 11, 2025
BrandonPacewic
approved these changes
Jul 14, 2025
* dev: (27 commits) Disable Default Key Functions fix(snyk): update version requirements reorder dependencies chore(installer): update python packages to avoid vulerabilities Unused Imports Removed Merge Fix fix: clean up workflow spacing, use latest checkout and setup-node steps fix: use correct package.json path feat: add npm caching to all npm-involving workflows fix(merge): fix merging build issues from GH-1203 Update fission/src/test/MirabufParser.test.ts New Endgame Sound & Updated Licensing Info Type & Removed Unnecessary Link Build Fix Documentation refactor: avoid having potentially undefined global functions Cleaner Code Unnecessary Tests Removed More Advanced Joint Testing ContactEvent Unit Tests ...
Merged
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.



Task
The Exporter Materials Tagging creates a new Exporter Tab called Tagging Options which allows users to:
which assigns that body the exporter tag selected.
AARD-1880
Solution
Features of this PR include
Verification
Before merging, ensure the following criteria are met: