Search

Search

Help

Page 3 of 7. Showing 62 results (0.006 seconds)

  1. Using Wildcards and Regular Expressions

    of chars, and "_" to match a single char. Examples qbjobs -name "*testjob%" # list all of my jobs with a job name that starts with "testjob" qbjobs -name "%maya%" # list all…
    QubeFeb 01, 2017
  2. Building job types

    that are used to describe the properties of a job. In order to keep things in the same place, the Job Type is always located in a directory named after the Job Type. For example, the Maya
    QubeOct 15, 2014
  3. _SimpleCMD_QubeJobBasics

    of the farm as it can, and all jobs will share evenly across the farm. Examples: On a 12 slot(core) machine running Maya if you set "Instances" to 4 "Reservations…
    QubeOct 31, 2014
  4. Tips & Tricks

    -Party Applications 3DS MAX KB 3ds max After Effects KB AfterEffects MAXON CINEMA 4D KB MAXON CINEMA 4D Maya KB Maya Mentalray KB Mentalray Running Jobs KB running jobs…
    QubeFeb 01, 2017
  5. Basic_SimpleCMD.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'Maya BatchRender (rib) TUTORIAL' job…
  6. Job Structure

    " will have discrete strings for each agenda item that will be run at a command prompt (e.g. "dir", "ls", "cinema4D -frame 1 5 1 -render /path/to/file.c4d"). A job with type "maya
    QubeJan 13, 2015
  7. Package_explained.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…
  8. Job type configuration

    . The format of the job.conf file is: [topic]key = value The location of the job.conf file is inside the Job Type directory. For example, on Linux, the Maya job.conf file is found…
    QubeOct 21, 2014
  9. _SimpleCMD_QubeUIParametersMayaBatch

    Parameters Specific to Maya Maya_batch.png Render Executable Path Path to Maya Render executable on the workers. Scene File Path to Maya scene (required). Browse…
    QubeOct 13, 2020
  10. Basic python job submission III. SimpleCmd Compatibility and Application Specific Parameters

    a test job We will start by submitting a job to get started. Attached is a dummy "Maya BatchRender (rib)" Rib_gen.xja Download the above and open up in Qube! WranglerView by going…
    QubeMar 14, 2023