A new 6.1.1 point release is now available for the QubeGUI 6.1. Below is a list of the fixes and enhancements.
6.1.1 FEATURES AND FIXES
-------------------------
@FIX: Copy simplecmds/ directory instead of using symlink when running the
compiled version of qube. Issue noted where the simplecmds/
directory contents were being removed when the qube compiled version
ran specifically on Fedora 11 x64 platform.
[Fedora 11 x64 platform specific fix]
@FIX: Always create expected menus (Submit, Admin, File->Install App UI).
Addresses issue if there are no dynamically loaded menu items under
those menus, then it will not cause the GUI to crash.
@FIX: Properly save out job prefs for "env" parameter (as dict
instead of string). This was preventing submission dialogs that
had this env parameter saved to launch.
@FIX: Fixing bug with JobList->Save Job... dynamic menu item no launching.
Issue introduced in 6.1 with the dynamic menus.
@FIX: Explicitly importing xml.dom.mindom so it can be used by dynamically
loaded simplecmds (like houdini's in-app submission).
@FIX: Changing submit.TestApp() to simplecmd.TestApp() for running as
__main__ directly from python (ie. python submit_maya.py). It was
producing an error since the TestApp class was moved to simplecmd.py
file.
@FIX: FIX: Properly store and retrieve frame execution parameters as
presets in the submission dialog. The issue noted was that the
"Execution" parameter was not savable as a preset and had to be
manually set each time, unlike the other parameters.
@UPDATE: Updated Cinema4D jobtype
* properly get stdout/stderr feedback on Windows
(enabled by adding disable_windows_job_object job flag)
* add regex stdout/stderr parsing for common errors.
* Remove perl piping on OSX to check for string (using regex instead)
to simplify cmd
* Update docs.