Search

Search

Help

Page 3 of 6. Showing 60 results (0.012 seconds)

  1. How do I set up a host so that job will only run that type of host?

    For each Maya Worker create a host property called "host.maya" and set it equal to 1. You can either do this with the Configuration GUI or using a qbwrk.conf: [hostname01…
    Qube 6.4Nov 05, 2012
  2. Job Reservations

    reserves a global resource called maya. % qbsub --reservations "global.maya=1" "maya -batch -render ...." Further Reading "host.processors=1+" (QB_RESERVATION_INFINITY…
    Qube 6.4Apr 17, 2013
  3. Testing

    will write a txt file with the hostname of the worker and its ability to write to the set location Maya_test.mb.zip : a basic maya scene with a range of 1 - 100 Cinema4d_test.zip…
    Qube 6.4May 23, 2013
  4. InApp_flowchart

    InApp Plugins Do you see a "Qube!" Menu in your Application? supported applications: Maya,Nuke,3dsMax, Softimage,After Effects, Cinema4d,Houdini See below for menu locations…
    Qube 6.4 / … / InApp Submission FlowchartApr 19, 2013
  5. Admin Qube Components

    of interfaces that let you run actions from the command line, stand-alone GUI, and in-application submission GUIs (e.g. Maya, XSI, 3ds Max, mental ray, etc.). Along…
    Qube 6.4Oct 18, 2012
  6. Cross-Platform rendering: Windows to OSX to Linux and vice versa

    render farms made up of multiple operating systems. In both cases, rendering becomes a problem as paths are different across operating systems. For example, the path to a Maya scene…
    Qube 6.4May 23, 2013
  7. What does a job CPUs, a job's subjobs, and the Host Resource "host.processors" mean with respect to Machine Cores?

    launches, Qube is executing an instance of an application, which may be a simple command line, or it may be an elaborate interactive session with Maya (Maya Job Type…
    Qube 6.4Nov 05, 2012
  8. Jobtype Installation

    interfaces (like Maya, 3dsMax, and XSI) are controlled via (perl or python) scripts. These scripts are installed on the Worker by installing the desired jobtypes. The application…
    Qube 6.4Oct 19, 2012
  9. Requirements Checklist

    applications (Maya, AfterEffects, etc) already installed on the clients and workers and licensed. Python and Perl are installed if using separate jobtypes http://www.activestate.com/…
    Qube 6.4Oct 13, 2012
  10. Use_simpleCMD.py

    creates an empty dictionary to be filled by the following lines of code job = {} # Below defines the name of the Qube! job job['name'] = 'Maya BatchRender (rib…