Search

Search

Help

Page 6 of 10. Showing 97 results (0.012 seconds)

  1. Practical example Renderman job

    The next step is to combine all of the information in this tutorial to create a dummy Renderman workflow. This tutorial requires an understanding of : Basic Python Job…
    QubeOct 13, 2020
  2. 7.5-0 Specific Known Issues

    Python Required for Installation of Qube! 7.5-0 on All Platforms Python 3.6, 3.7, or 3.8 installed before Qube! install Python 3.9 is NOT supported in version 7.5-0…
    QubeOct 13, 2020
  3. Customizing the Qube UI

    The Qube UI plugin system uses the Python 3 https://www.python.org language to define new menus, panels, and submission interfaces. Custom themes are written in a modified…
    QubeMar 14, 2023
  4. deletionCascade.py

    #!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job…
  5. cbTest_runScript.py

    #!/bin/env python import sys,os sys.path.append('%s/api/python' % os.environ['QBDIR']) import qb scriptPathOnSupervisor = '/Users/jburk/test/testCbScript.py…
  6. Execution back end

    X dynamic library *.dylib DSO Linux/Unix dynamic library *.dso Perl Perl package module *.pm, *pl Python Python script module *.py DLL…
    QubeOct 15, 2014
  7. Creating a new SimpleCmd

    Creating a SimpleCmd and adding it to the QubeGUI is a relatively straight-forward process. Since the QubeGUI will scan the simplecmds directory for any Python files…
    QubeOct 15, 2014
  8. Renderman_demo.py

    #!/usr/bin/python # Below are required imports for the script to run import os, sys # The below few lines of code are to determine the OS of the machine that your running…
    Qube / … / Practical example Renderman jobOct 15, 2014
  9. _SimpleCMD_ShotgunSubmission

    substitution using python format %(key)s to get the value. The dict keys are prefixed with "job.", "package.", and "shotgun." respectively. Description: Shotgun description. Performs…
    QubeJul 08, 2017
  10. Can you give an overview of Qube's architecture from a workflow standpoint?

    , command-line, python, etc) This creates a package of information (strings, numbers, etc), that is sent to the Supervisor and stored in the database. That package is called a "job…
    QubeMay 23, 2018