Search
Page 30 of 107. Showing 1,065 results (0.016 seconds)
UI "Nuke (loadOnce) Job..."
needed 4- .png anamorphic Tooltip - formats default to anamorphic Tick box to override scene anamorphic settings cache size Tooltip - limit cache memory usage. Size…UI "3dsmax Job..."
! With a scene loaded in 3dsmax choose "Submit Render..." or "Submit Batch Render..." depending on your requirements This will present a pre filled submission UI 3dsmax_sub.png…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
Qube offers automatic resource tracking to monitor and control the farm's total usage of finite compute resources. For example, it may be used to track resources such as floating software licenses, or the number of simultaneous jobs accessing a particular…Specifying a worker's number of job slots
The maximum number of job instances that a Worker can run is specified by the worker_cpus parameter. This value can be set in either the worker's local qb.conf file, or the centrally-managed qbwrk.conf file. By default, Qube sets the number of job slots…Custom Supervisor Policy
The policy of a supervisor describe the different controls the administrator which are managed by a plug-in module. This includes checking jobs before they are allowed into the queue. Checking pending job modification to see if it is permissible to make t…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