Search

Search

Help

Page 3 of 7. Showing 68 results (0.032 seconds)

  1. Basic_Dependancy.py

    /qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main…
    Qube 6.4 / … / Basic dependenciesApr 11, 2013
  2. Renderman_demo.py

    /qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main…
    Qube 6.4 / … / Practical example Renderman jobApr 12, 2013
  3. Advanced_Dependancy.py

    /qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main…
    Qube 6.4 / … / Advanced DependenciesApr 12, 2013
  4. framesubmit.pl

    the Qube module # use lib "../../api/perl"; # load Qube's Perl module use qb; # # We now copy the %ENV variable # # This is so that we can delete any data in the job env which doesn't…
    Qube 6.4 / … / PerlNov 08, 2012
  5. Basic python job submission III. SimpleCmd Compatibility and Application Specific Parameters

    resubmit through the GUI. #!/usr/bin/python # As in the last example, we will need the os, sys, and qb modules: import os, sys try: import qb except ImportError…
    Qube 6.4May 24, 2013
  6. execute.py

    $ #====================================== import sys import os.path import inspect import traceback as tb import pprint import qb def jobSetup(): ''' get the subjob object from the supervisor ''' subjob…
    Qube 6.4 / … / HelloworldNov 08, 2012
  7. Advanced Dependencies

    :/program files/pfx/qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main…
    Qube 6.4May 24, 2013
  8. Practical example Renderman job

    import qb # Below is the main function to run in this script def main(): # ----------------Start creation of Parent Job…
    Qube 6.4May 24, 2013
  9. execute.py

    import sys import pprint import subprocess import datetime import qb def initJob(): # Get the job object jobObject = qb.jobobj() # Gather and print the job object…
    Qube 6.4 / … / PyframeNov 08, 2012
  10. framesubmit.py

    : sys.path.append('/usr/local/pfx/qube/api/python'); import qb # # We now import the os module for the environment, and copy the dictionary. # # This is so that we can delete any…
    Qube 6.4 / … / PythonNov 08, 2012