Search
Page 80 of 1,195. Showing 11,950 results (0.018 seconds)
Mental ray service problem
You need to change the permissions on the file below: C:\windows\system32\drivers\etc\services The file contains the port numbers for mi. The problem is that under a proxy account, the proxy user may not have permissions to read that file. You could try o…Basic python job submission I. Single command
To begin we will go through a simple job submission. In this example, we will submit a job that runs a single command (in this case, the command "hostname") on one worker. This is the simplest form of job submission. Below is the code with commented exp…How can a Windows machine be locked/unlocked when users logon/logoff?
You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock " in the logoff script. To set up logon/logoff scripts for…Job Tags
What are they and why would we use them? New in Qube. 6.5 We've added 10 new fields to the Qube job. These will allow you to "tag" your job with any combination of a Show, Shot, Sequence, or Department name, a client code, or 5 other "generic" fields for…Basic python job submission III. SimpleCmd Compatibility and Application Specific Parameters
Next, we will learn how to populate a job dictionary keeping the UI in mind. Doing so will allow the job to be resubmitted through the UI. In order to understand how to create a job that will properly populate a UI for resubmission, we must first know ho…Tags and Job Submission
Tags and Job Submission Tag fields can be displayed or suppressed in the job submission UI's by settings in the WranglerView user preferences: Screen Shot 2013-05-31 at 4.14.31 PM.png If the "Only in Expert Mode" field is checked, then the tag field will…_SimpleCMD_QubeActions
16 - Qube Actions.png GenerateMovie Tooltip - Add linked job to generate movie from output images Select this option to create a secondary job that will wait for the render to complete then combine the output files into a movie Note: For this to work corr…Tags and the Qube API
Tag internal names The tags are attributes at the top level of the job object, and are all prefaced with prod_. prod_show prod_shot prod_seq prod_client prod_dept prod_custom1 prod_custom2 prod_custom3 prod_custom4 prod_custom5 They are accessible as top-…Basic dependencies
The next step is to understand basic dependencies In this example, we use the job's dependency field to set up a job-based dependency. Job based dependencies are those that will wait for the entire dependent job to finish before the current job starts.…Tags and the WranglerView Performance Charts
The various job tag fields can also be used in the WV performance charts to compare running frames or amount of pending work in the queue between shows, shots, etc. Screen Shot 2013-05-31 at 5.50.56 PM.png…