Two scripts to generate a maze and render it in Maya. The shaders are configured for Arnold render.
- Uses Prim's algorithm.
- Run from the command line.
- The environment used was the latest Anaconda python distribution, plus NumPy.
- NumPy cannot be accessed from Maya Python, which is why there are two scripts.
- Generates a file called results.txt which should be selected when the Maya script runs.
- Open the Script Editor.
- Switch tabs from MEL to Python.
- Paste the code into the window.
- Press the Execute button on the tool bar at the top of the window.
