mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge pull request #1082 from ynput/bugfix/1081-usd-contribution-layers-default-order-mismatch-with-plugin
Update default order to match values in `CollectUSDLayerContributions`
This commit is contained in:
commit
b64fb9e1a5
1 changed files with 2 additions and 2 deletions
|
|
@ -1008,8 +1008,8 @@ DEFAULT_PUBLISH_VALUES = {
|
|||
{"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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue