Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Maya: Validate setdress top group #2068

Merged

Conversation

davidlatwe
Copy link
Contributor

Feature

When publishing setdress in Maya, top group node will be checked if it's part of publishing content.

What does that mean ?
Say you have these in Maya outliner, 4 loaded models all parented under one top group node:

forestSet_GRP
    + Foo_01:modelMain
    + Foo_02:modelMain
    + Bar_01:modelMain
    + Bar_02:modelMain

And you created two setdress instances for publish :

setdressFoo
    + Foo_01:modelMain
    + Foo_02:modelMain

setdressBar
    + Bar_01:modelMain
    + Bar_02:modelMain

Without this new feature, the top group node and all it's child nodes will be published together. Which means all those 4 models will be in both setdressFoo and setdressBar subsets.

Now with this PR, the unexpected result in above example will not happen.


Resolves client ticket PYPE-1395

@davidlatwe davidlatwe added host: Maya sponsored Client endorsed or requested type: feature Larger, user affecting changes and completely new things labels Sep 23, 2021
@mkolar
Copy link
Member

mkolar commented Sep 23, 2021

Task linked: PYPE-1395 Validate setdress top group

@mkolar mkolar added type: enhancement Enhancements to existing functionality type: feature Larger, user affecting changes and completely new things and removed type: feature Larger, user affecting changes and completely new things labels Sep 24, 2021
@mkolar mkolar merged commit 82fcb58 into ynput:develop Sep 24, 2021
@davidlatwe davidlatwe deleted the feature/PYPE-1395_Validate-setdress-top-group branch September 24, 2021 13:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Maya sponsored Client endorsed or requested type: enhancement Enhancements to existing functionality type: feature Larger, user affecting changes and completely new things
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants