Skip to content

Commit

Permalink
Merge pull request #1082 from ynput/bugfix/1081-usd-contribution-laye…
Browse files Browse the repository at this point in the history
…rs-default-order-mismatch-with-plugin

Update default order to match values in `CollectUSDLayerContributions`
  • Loading branch information
BigRoy authored Jan 13, 2025
2 parents a141237 + 1d23ca6 commit b64fb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/settings/publish_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,8 +1008,8 @@ class PublishPuginsModel(BaseSettingsModel):
{"name": "model", "order": 100},
{"name": "assembly", "order": 150},
{"name": "groom", "order": 175},
{"name": "look", "order": 300},
{"name": "rig", "order": 100},
{"name": "look", "order": 200},
{"name": "rig", "order": 300},
# Shot layers
{"name": "layout", "order": 200},
{"name": "animation", "order": 300},
Expand Down

0 comments on commit b64fb9e

Please sign in to comment.