Search
Page 78 of 111. Showing 1,104 results (0.011 seconds)
What image formats are supported by the GUI?
wxImage This class encapsulates a platform-independent image. An image can be created from data, or using wxBitmap::ConvertToImage. An image can be loaded from a file in a variety of formats, and is extensible to new formats via image format handlers. Fun…How do I set a worker up as a private or testing platform?
Sometimes when testing new software versions or during application or jobtype development, it's handy to have a worker be "isolated", and only accept specific jobs from the supervisor. What you want to do is to set the worker up so that it's in a certain…How do I setup submission-side path translation in the QubeGUI?
The QubeGUI 5.4 version uses the standardized SimpleCmd/SimpleSubmit framework for all of the submission dialogs. These submission dialogs are editable and located in the simplecmds/ directory (see File->Open SimpleCmds Directory...). A postDialog callbac…Getting GUI to work under Ubuntu
Add to /etc/apt/source.list (this is for Gutsy Gibbon) deb http://apt.wxwidgets.org/wxpython http://apt.wxwidgets.org/wxpython gutsy-wx main Run the following to add wxwidgets pgp key: $ wget -q http://apt.wxwidgets.org/key.asc http://apt.wxwidgets.org/ke…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 dirmap. It has the capability to do the translation, and we have support for it in…I'd like to use the "waitfor" option in MEL
Unfortunately the "waitfor" option isn't something available in the individual APIs however, there is an equivalent field in the job which the "waitfor" option can take advantage of. It's called "dependency". Just add into your dependency field something…Jobtypes
Examples files for Python see attached files for commented examples of Python README bootstrap.py Categories…How to have the worker service run as a particular user on Windows
Configure the service to log on a a particular user. This user must be in the local Administrator's group, and the following User Rights Assigments policies must be applied to both the Administrator's and Network Service groups: replace a process-level t…I want to install 3DS Max in a nonstandard location. How do I inform the Job Type?
Edit the default_3dsmax_locations in the jobtypes/3dsmax/job.conf file…I'm getting "file not available" errors on my Windows jobs
Most likely, your drives are not mapped correctly on the Worker. Here are some notes on how to make sure your Workers can properly map drives at execution time: The Worker will automatically try to map a) all the drives mapped on the submitting machine, a…