-
Notifications
You must be signed in to change notification settings - Fork 202
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
GeomSubset created on "View selected" #3384
Comments
Thanks for reporting. I'm bringing it up with the team. |
@wallworm would you like me to log this one internally? |
@santosd Yes. |
@JakobJK would you be able to provide us a little more information on what you would expect the export to look like - and also, if possible a bit more info on how you are exporting - are you exporting the full geometry? just the selected faces? are you using export Selection, or export all? we are trying to narrow down the behavior to better understand what is the culprit. |
Hey @santosg87, absolutely! I created a new USD here (Just so I could confirm exactly how I export). I exported it using "export selection" and I selected the "group1" node, which has the pCube1 as a child. I don't attempt to export selected faces, or even individual pieces of geometry. I only pick the root node of the model. My export USD export settings are the default. (I only changed to ascii in this case of course). I could technically "fix" this by turning off component tagging during export, but there will be situations I can imagine where we'd want components tag, but not these particular GeomSubsets. Let me know if I can provide with anything that could be helpful. |
@JakobJK it's a bit unclear from your last message whether you wanted your "Isolate View" to actually influence the export or not? I'd assume that you consider the Isolate View in the viewport to be for viewport only and not have any influence whatsoever on the export - and that's why you did not expect the GeomSubset to be exported? This is somewhat confirmed by your original post of this issue.
And I agree - I wouldn't expect that to get exported along at all. In this export that you linked I don't see any GeomSubset related to an isolate view. Is that correct? I only see a cube's default Component Tags. |
Whoops! I totally skipped that question. Sorry. Ideally, I don't want "isolate view" to influence the export at all. I, and a few modelers I've talked to, have found it surprising that it does have an affect. We didn't expect any GeomSubsets to be created. So exactly the same file, but without any GeomSubsets present would be ideal, when using the "isolate select" feature. The GeomSubsets that are created from "view selected" are the GeomSubsets are the ones named bottom, top, right, left, etc. |
Could you share an example usd file that has the isolate view geomsubset? I don't see it in the example you provided:
And I can't seem to reproduce it in Maya 2024.1 + MayaUSD 0.25.0. Here's my test file: |
It's in the gist. As I mentioned they are the GeomSubsets named bottom, top, etc:
|
Those are not related to isolate view, but are the mesh's component tags. You should be seeing these exported even without isolate view. Can you confirm? |
Oooh, my bad. I feel like I owe everyone a beer now. You're right. Sorry about this. I think I jumped to the conclusion a little tunnel visioned. Thanks for clearing that up for me! |
Describe the bug
Using "Isolate Select" → "View Selected" on selected polygons of a mesh will create a GeomSubset on the mesh when exporting to usd.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
I didn't expect any GeomSubsets to be created by Maya display behavior.
Attachments
Example USD output - Gist
Specs (if applicable):
The text was updated successfully, but these errors were encountered: