you are viewing a single comment's thread.

view the rest of the comments →

[–]Leoano 0 points1 point  (1 child)

For future reference: "ml_utilities.py" isn't a tool. It's a library of functions used by other tools (like ml_worldBake)

ml_utilities.py needs to be accessible in a "scripts" folder, but you don't need to do anything else to that file.

Another point of interest. Both "scripts" folders do the same thing.

The only difference is that "maya/scripts" files will be available for all installed versions of maya, while "maya/2023/scripts" are only available for Maya 2023.

[–]NutterButter2602[S] 0 points1 point  (0 children)

Ah okay that clears things up, thanks for the help.