Search

Search

Help

Page 78 of 111. Showing 1,104 results (0.011 seconds)

  1. 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…
    Qube 6.5Nov 05, 2012
  2. 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…
    Qube 6.5Apr 12, 2013
  3. 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…
    Qube 6.5Nov 05, 2012
  4. 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…
    Qube 6.5Nov 05, 2012
  5. 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…
    Qube 6.5Nov 05, 2012
  6. 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…
    Qube 6.5Nov 05, 2012
  7. Jobtypes

    Examples files for Python see attached files for commented examples of Python README bootstrap.py Categories…
    Qube 6.5Feb 26, 2013
  8. 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…
    Qube 6.5Jan 20, 2014
  9. 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…
    Qube 6.5Nov 05, 2012
  10. 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…
    Qube 6.5Nov 05, 2012