Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Alec has built a windows license server for Deadline and setup the Repository (You will have to read deadline documentation for more detailed information.)

  • We can install the Deadline Client on Windows through Chocolatey and Gorilla

  • We can install Maya 2020 through Chocolatey and Gorilla

  • We can install RenderMan 24.1 and license it through Chocolatey and Gorilla. We also move the RenderMan descriptor into the right spot through the installation of one of the RenderMan packages

Code Block
breakoutModewide
rendermanRenderer Descriptor:
Move file:
C:\Program Files\Pixar\RenderManForMaya-24.1\etc\rendermanRenderer.xml

To:
C:\Program Files\Autodesk\Maya2020\bin\rendererDesc

Installation Command for Deadline Package for Windows:
***With service user unattended***
***This has already been packaged into chocolatey***
.\DeadlineClient-10.1.17.4-windows-installer.exe --mode unattended --connectiontype Remote --proxyrootdir "deadline-rcs.arch.tamu.edu:4433" --tlsport 4433 --enabletls true --proxycertificate "C:\Users\Public\Deadline10RemoteClient.pfx" --licenseserver "@license.arch.tamu.edu" --launcherservice true --serviceuser "coa\deadline-user" --servicepassword "D0lly-l@te-ensign" --killprocesses true

Installing Deadline (And RenderMan and Maya)

...