Skip to content

Kataderon/jobs_test_maya

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

  1. Clone this repo

  2. Get jobs_launcher as git submodule, using next commands
    git submodule init
    git submodule update

  3. Run scripts/auto_config.bat. This script will create scripts/Devices.config.json for your hardware configuration.

  4. Check that MayaAssets scenes placed in C:/TestResources

  5. Run scripts/run.bat with customised --cmd_variables. For example:

    --cmd_variables Tool "C:\Program Files\Autodesk\Maya2017\bin\maya.exe" RenderDevice 0 TestsFilter small

    • Tool define path to Maya
    • RenderDevice define what hardware will be used.
      0 - GPU (if you have more than one GPU, CPU index will be increased)
      1 - CPU RenderDevice also can take "CPU", "AMD Radeon R9 200 HD 7900 Series", if this strings exist in Device.config.json
    • TestsFilter takes only small or full, and define count of scenes that will be send ot render.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • Batchfile 3.1%
  • Shell 1.8%