Skip to content

Install

Clement Duranti edited this page Jun 11, 2020 · 3 revisions

Maya

  • Clone the repo to your \Documents\maya\scripts folder
  • Or download the repo and extract the zip in \Documents\maya\scripts\auri

Now to launch auri you need this snippet of python:

import auri.app
auri.app.bootstrap()

You can create or install scripts in the scripts directory.

To install the rigging scripts (https://github.com/Sookhaal/auri_maya_rigging), clone the repo in scripts using that command: git clone https://github.com/Sookhaal/auri_maya_rigging Maya_Scripts. You can also add it as a git submodule if you want.

The most important thing is to clone in a Maya_Scripts directory.

Clone this wiki locally