byu-animation / dccpipe

Open DCC Pipeline management tools
Apache License 2.0
10 stars 4 forks source link

Multiple copies of the same prop in a set breaks export #71

Closed mswindler closed 5 years ago

mswindler commented 5 years ago

To Reproduce

  1. Create a set
  2. Reference a prop
  3. Publish
  4. Reference the same prop again
  5. Publish
  6. See error
mswindler commented 5 years ago

This occurs because a group is created when published, but then another group is created the second time it's published in order to group the new copy back in.

Workaround: Ungroup the intermediate level group and only keep one top level group.

Changing to low priority since this isn't something we can easily fix, and is easily worked around.

Adding a message to print for users who run into this issue.

mswindler commented 5 years ago

Actually, I fixed this when doing #95 so no more worries here.