Search
Page 30 of 107. Showing 1,065 results (0.014 seconds)
UI "Nuke (loadOnce) Job..."
Below are instructions on your first steps submitting Nuke jobs with Qube! The Nuke Jobtype comes with the standard install of Qube! and does not require a specific jobtype to be installed InApp Installation: nuke_inapp_install.png File > Install App UI…UI "3dsmax Job..."
Below are instructions on your first steps submitting 3dsmax jobs with Qube! You will need to install the 3dsmax jobtype Installation: 3dsmax requires the "3dsmax jobtype" to be installed If you are not familiar with the installation process please see…UI AppFinder Jobs > "Cinema 4d (AppFinder) Job..."
to locate the "Qube!" menu in Cinema 4d InApp Location: c4d_inapp.png File > Script > User Scripts > Qube! Submit (Appfinder) With a scene loaded in Cinema4d choose "Qube…System-wide Resource Tracking
entity external to Qube is also drawing from the same license pool as Qube. If the license resources are only in use by Qube, and are never checked out by users, other queueing…Specifying a worker's number of job slots
, your users will never have to ensure that the job's slot reservations match the thread count. In this example, set the number of job slots to 2: worker_cpus = 2 Migrated…Custom Supervisor Policy
information of the job, and creating a sudo admin policy for administrator's who's powers are defined by different properties of a job. Migrated to Confluence 5.3…Scripting policy
Policy implementation is done using a script file plug-in written in Perl. The qb.conf setting for this is as follows: supervisor_policy_binding = Perlsupervisor_policy_library = plugin_path This document isn't meant to be a tutorial on the Perl scripting…Customizing the Qube GUI
QubeGUI is essentially a set of Python scripts that calls upon the qb Python API module to interface with the Qube Supervisor. It uses platform-independent wxPython to support the GUI module. This means that the GUI is will run on Windows, Mac OS X, and L…Architecture
The development of QubeGUI is modular—each Python file can be run on its own. The main Python script (qube.py) refers to the other Python files. Signals are used to communicate between the different GUI components so that the components are are not codepe…Customizing the QubeGUI