Skip to content

Commit

Permalink
Update server_addon/maya/server/settings/publishers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Nieterau <[email protected]>
  • Loading branch information
tokejepsen and BigRoy authored Apr 5, 2024
1 parent aa2e6c9 commit 0e6aa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_addon/maya/server/settings/publishers.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def extract_alembic_overrides_enum():
{"label": "UVs Only", "value": "uvsOnly"},
{"label": "Verbose", "value": "verbose"},
{"label": "Visible Only", "value": "visibleOnly"},
{"label": "Whole FrameGeo", "value": "wholeFrameGeo"},
{"label": "Whole Frame Geo", "value": "wholeFrameGeo"},
{"label": "World Space", "value": "worldSpace"},
{"label": "Write Color Sets", "value": "writeColorSets"},
{"label": "Write Creases", "value": "writeCreases"},
Expand Down

0 comments on commit 0e6aa24

Please sign in to comment.