Search
Page 1 of 10. Showing 98 results (0.017 seconds)
On-submission Path Translation
At submit-time, paths can be automatically translated so they match what the renderfarm Workers expect. It is a simple string replace. Set the "Path Translation Map…Strange behaviour with UI path translation
Have you seen some issues with setting path translation in the preferences UI ? Below are some fixes for common issues When entering a string for path translation always…How to setup Windows symlinks for path translation
Here’s a good technique for Windows rendernodes that need path translation. This technique is similar to the "ln -s" symbolic link method used on OSX/Linux. If you…How do I set up Maya to do path translation?
Your Windows clients need to translate the paths into something understandable by the Linux/Mac OS X Workers. To do this, we sometimes recommend the use of the MEL command…How do I setup submission-side path translation in the QubeGUI?
in the simplecmds/ directory (see File->Open SimpleCmds Directory...). A postDialog callback can be added to convert all path parameters to what the renderfarm machines expect. Here…Cross-Platform rendering: Windows to OSX to Linux and vice versa
facilities: OS-level adaptations, worker-side path translation maps, client-side path translation maps, and "appFinder" jobs. There is a time and a place for each. The details follow: OS…Re: Strange behaviour with UI path translation
Very good tip, i also noticed that job that was submitted on linux QubeGUI, and resubmitted on Windows GUI with path translation backslashes, resubmits job with incorrect…worker_path_map
Synopsis New in v6.4-2 worker_path_map = { "pathA" = "pathB" ... } Specify the path translation map for a worker. Any job that supports path translation (have…Preference Fields
. Job Defaults Method: Options for saving/retrieving default job properties. Path Translation Map: Path translation map to convert paths at submission time. Paths are translated…Submitting jobs through the QubeGUI without displaying a submission dialog
callbacks and path translations that would be called if doing the same process interactively with a dialog are performed. This is particularly useful if one has an in-application…