Mac Users: Making Desktop Shortcuts To Submit Scripts

Desktop shortcut lets you invoke the submit script interface easily.

  1. Using the Finder, navigate to submit scripts folder on your file server.
  2. Using the network path your sysadmin has given you, open the Finder and goto that network folder.

    Note: Do NOT navigate to the /usr/local/rush/examples/Applications directory on your local drive; the scripts you put on your Desktop must be aliases to copies on your file server, which your sysadmin should have already set up for you with these instructions.

  3. Make Desktop aliases (or symbolic links) to the submit scripts on the file server.
  4. You can either make symbolic links to the perl/Applications/submit-xxx.app, eg:

    
    	 cd /Users/fred/Desktop
    	 ln -s //yourserver/jobs/rushscripts/perl/Applications/submit-maya.app .
    	 ln -s //yourserver/jobs/rushscripts/perl/Applications/submit-nuke.app .
    	 [..etc..]
    	 
    ..or you can highlight the submit scripts you need from the Finder, hold down ALT + APPLE keys while dragging them to your Desktop, eg:

    This will make "aliases" on your Desktop when you drag over the submit scripts from the file server.

    Warning:: Be sure to hold down the ALT + APPLE keys while dragging the files (aka. OPTION+CLOVERLEAF keys) to ensure aliases are being created on your desktop, and not copies.

  5. Double click on one of the new desktop shortcuts to bring up the submit script.
  6. The interface should come up, and you should now be able to fill out the forms, and submit your own jobs.

  7. Verify you can submit a job. Look at the frame logs for a frame.
  8. If you did it right, the render should run.

    If not, try opening the script from the terminal, eg:

    
    	 perl /yourserver/jobs/rushscripts/perl/submit-maya.pl
    	 -OR-
    	 open /yourserver/jobs/rushscripts/perl/Applications/submit-maya.app
    	 

    If in the frame logs, you get an error message 'Can't open perl script "/Users/yourname/Desktop..' then you didn't make the alias on your Desktop correctly. Remove the Desktop item, and remake it, being sure to hold down the OPTION-CLOVERLEAF keys while drag the submit script(s) from the file server onto your Desktop.

  9. That's it.