Skip to content

Commit 3f7d27c

Browse files
committed
no caps for Unity menu item in maya
1 parent 7e35032 commit 3f7d27c

File tree

1 file changed

+1
-1
lines changed
  • Assets/FbxExporters/Integrations/Autodesk/maya/scripts/UnityFbxForMaya

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Integrations/Autodesk/maya/scripts/UnityFbxForMaya/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
kMenuName = 'UnityFbxForMaya'
3333
kMenuDivider = 'UnityFbxForMayaDivider'
34-
kMenuLabel = 'UNITY'
34+
kMenuLabel = 'Unity'
3535
kMenuInsertAfter = 'exportActiveFileOptions'
3636

3737
def register(pluginFn):

0 commit comments

Comments
 (0)