Skip to content

Commit

Permalink
Fixed UI script encoding (for some reason it used UTF8-BOM, not reada…
Browse files Browse the repository at this point in the history
…ble by Maya). Deleted PBR spheres script (must be updated to use the glTF PBR shader)
  • Loading branch information
ziriax committed May 5, 2018
1 parent 9dd4585 commit a332cd0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
26 changes: 0 additions & 26 deletions maya/scripts/create-PBR-spheres.mel

This file was deleted.

2 changes: 1 addition & 1 deletion maya/scripts/maya2glTF_UI.mel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
proc string _quoted(string $text)
proc string _quoted(string $text)
{
string $quote = "\"";
return $quote+$text+$quote;
Expand Down

0 comments on commit a332cd0

Please sign in to comment.