Author Topic: New Qube 5.5.1 Point Release Now Available for Download  (Read 7593 times)

Scot Brew

  • Hero Member
  • *****
  • Posts: 272
    • PipelineFX
New Qube 5.5.1 Point Release Now Available for Download
« on: December 14, 2009, 06:04:12 PM »
QUBE 5.5.1 FEATURES AND FIXES

The Qube 5.5.1 point release fixes a variety of identified issues along with adding a few new features for the QubeGUI, Qube Jobtypes, and Qube Core. The components are fully compatible with 5.5.0, though it is recommended to update all the components when possible.

For customers on support, this update can be downloaded directly from:
  ftp://ftp.pipelinefx.com/pub/qube/current/
  ftp://ftp.pipelinefx.com/pub/qubegui/current/
  ftp://ftp.pipelinefx.com/pub/jobtypes/current/


==== Qube Core/Supervisor/Worker ====

@FEATURE:
   Adding C++ examples for priority modification, and submitting with a range.
@FIX:
   Handle a minor qb.genframes()/qb.rangesplit() where "1001," will come up
   with 2 Work items instead of 1.  Omitting the empty valued Work items in the list.
@FIX:
   Cmdline and Cmdrange jobtypes will now source .cshrc or other initialization
   scripts with the default or specified shell.
@FIX:
   Build python on all x64 linux platforms.
@FIX:
   Automatically handle MySQL non-standard port (3300) for Windows.
   Handling supervisor autodetection case for MySQL query test
@DOCS:
   Various documentation tweaks.
   Added "special" platform sections for qbwrk.conf. [winnt], [linux], [osx]


==== QubeGUI ====

@FEATURE:
   Prefs: Add external image viewer presets to the QubeGUI Prefs to
           make it easy to specify external viewers.
           (Fcheck, Firefox, Frame Cycler, Internet Explorer, RV)
@FEATURE:
   Maya: Added "renderThread" package data for maya job submissions.
@FEATURE:
   Cinema4D: Adding "Cinema 4D (Windows)" to the Submit menu.

@FEATURE:
   Submit: Adding "omitgroups" job property to the submission dialog.
@FEATURE:
   Submit: Added subjob timeout to submission interface
@FEATURE:
   Submit: Expose "shell" parameter to cmdline/cmdrange SimpleCmds.
           Will add the field if not already added in the SimpleCmd properties.
@FIX:
   Submit: fileMask now properly handles "All Files (*.* and *)" for all
           platforms in filebrowsebutton. This addresses an issue where *.* would
           not show all files on Linux, "" would not show any files on Linux,
           since it was looking for *, and Windows expected "*.*"
@FIX:
   Submit: Addressing "job (rt-click)->Execute in Local Shell" issues.  Handle
           complex commandlines that use double quotes (") on OSX.  Substitute
           for QB_FRAME_START for "job (rt-click)->Execute in Local Shell".
@FIX:
   Performance: Use "pgrp:" instead of "id:" for search string field
           for the metajob panel.
@FIX:
   Admin: Performing check to see if Worker running before trying to kill it
           in Administration->Worker->Stop.
@FIX:
   Admin: Use QBDIR to help determine location of worker.exe for Desktop Worker
@FIX:
   Admin: Only try to remove the desktop worker shortcut autostart if it exists. (Windows)
@FIX:
   Admin: Addressing identified issues (mostly on Linux) for the
           Worker/Supervisor daemon control menu.
@FIX:
   Admin: Adding checking of return values for success/failure for some
           of the admin menu actions.
@FIX:
   Admin: Performing checks for permissions on files needed to run the
           Desktop Worker
@FIX:
   Admin: Rescan for enabling "Configure" option in rt-click Host List menu
           each time rt-click menu is enabled.  This allows a switch in
           supervisors and also gets around the calling of the enable/disable
           before the supervisor is contacted initially.
@FIX:
   3dsMax: Automatically set the job flags for the "enableDBR" option
@FIX:
   Maya Batch: Handle cases in mayabatch resubmit when setting dialog
           options (in preDialog) where the package parameters are "None" type,
           but expected to be of type string.
@FIX:
   Maya: Removing "x<step>" in the range for in-app submission in Maya.
           It was having some issues with the frame fps and creating non-integer values.
@FIX:
   Maya/Mtor: Corrected mtor in-app submission parameters
@FIX:
   Maya: Handling limitation with Maya 2010 on OSX requiring
           MAYA_LOCATION to be set.  Adding a parameter to add the sourcing of
           MayaENV.sh on OSX if /Applications/ starts the exe path.
@FIX:
   Maya: [All Maya jobtypes] Dynamically determining QubeGUI Path to
           use for in-app submission instead of being done just at Maya launch.
           This updates the executable to launch immediately after the
           preference is changed inside Maya.
@FIX:
   Maya: Added error reporting for Maya in-app submissions if it cannot
           find the QubeGUI executable.
@FIX:
   AfterEffects: Removed multi-select for Composition parameter.
@FIX:
   AfterEffects: Setting the "Output File Path" option to be a file and
           also adding details in mouse-over help string.
@FIX:
   AfterEffects: Generate agenda if range has text or numbers.  Do not
           generate agenda for aftereffects_aerender if range is blank.
@FIX:
   Docs: Minor docs update.
@FIX:
   Docs: Jobtype docs formatting tweak to properly handle new lines (\n)
           to for html.


==== Maya Jobtype ====

@FIX:
   Added thread count controlling code.  Exposed thread counts.
   Needed to set the "defaultRenderGlobals.numCpusToUse" parameter.
   This addresses an issue with Maya only running on 2 threads on the Nahalem
   processors instead of all of them.


==== MiGen Jobtype ====

@FIX:
   Syntax error in MiGenMayaJob.pm


====Mtor Jobtype ====

@FIX:
   Modified code that computes the tmpfile location, so that it won't
   try to prepend the project root to the "torTmps" tmpdir returned by mtor
   if it's already an absolute path.