Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.9-0

    ...

    To centrally manage worker path maps, see Centralized Worker Configuration - Manually editing the qbwrk.conf

    Client-side Path Translation

    Client-side path translation is similar to worker-side path translation in that it does a simple find and replace on paths in the submission dialog.  Unlike worker-side path translation, client-side path translation happens when the job is submitting, which means you must submit from one OS and render on the same other OS - you cannot render on multiple OSs like you can work worker-side path translation.

     ClientClient-side path translation is configured in the GUI's "Path Translation Map" section in the preferences.

    For detailed instructions, see On-submission Path Translation 

    To centrally manage client-side path translation, see see the section on "Studio - wide preferenes" in WV Preferences and Defaults

    AppFinder jobs

    The last topic for cross-platofrm rendering is the path to the application itself.  Maya, for example, may be in either /Applications/Autodesk/maya<ver>/Maya.app, C:/Program Files/Autodesk/Maya<ver>, or /usr/autodesk/maya<ver>, or some other custom location based on the operating system.

    ...

    The basic idea is that you define (or use) an application key, then define the known location(s) for that application.  When submitting, you use the key for the executable field & let the appFinder do the rest.

    AppFinder jobs require Python 2.x be installed on the workers.  OS X comes with python pre-installed.  Linux users can install python through the built-in package manager.  Windows users will need to install Python manually.  See Installing Python.

    For detailed instructions, see AppFinder Jobs