Skip to content

Commit

Permalink
update default order to match values in CollectUSDLayerContributions
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Jan 13, 2025
1 parent a141237 commit 1d23ca6
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 1d23ca6

Please sign in to comment.