Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Note:

For reference purposes, the middle number in the build refers to the build number of XPression with which Zeus was compiled with. It is recommended that the XPression installed match.

Version 1.3802.7

  • Desktop - fix sequence control height when sequence window is resized
  • Desktop - improvements to input preview window initialization and cleanup
  • Desktop - fixed issue with generating Proxy Clips for long video clips. For long clips, the proxy file appears to exist but may not be complete when Zeus attempts to get a thumbnail source frame from it.
  • Desktop - fixed issue with Edit Video Clip dialog hanging when playing or scrubbing long video clips.
  • ZeusWeb -  alpha numeric sorting of sequences in tree view
  • ZeusWeb - add ability to create video sub-clips from folder context menu
  • ZeusWeb - add ability to drag folder items into virtual folders
  • ZeusWeb - refresh folder and sequence when an item is dragged in 
  • ZeusWeb - fix folder item context menu loading of folder sequences under 'Add to Sequence' sub menu

Version 1.3802.6

  • Desktop - Recompiled for XPression 7.0 3802 (fix for odd artifacts in Matrox output).
  • Desktop - Fixed Check DB Version code which failed when the DB was updated externally and caused the version # to remain unchanged.
  • Desktop - Fixed issue with Virtual Thumbnail Folder, Remote Thumbnail Folder and RecycleBin folders not changing when the Zeus root folder is changed in the Settings file.
  • Desktop - Fixed issue with Sequence items with assets that aren't available not being skipped when playing the Sequence.
  • Desktop - Fixed an issue with slow start to showing of a video clip asset in a Sequence when Sequence is played for the first time after launching Zeus.
  • Desktop - Fixed an issue with spurious thumbnails being generated and saved in the DB when opening a Sequence view.
  • Desktop - Fixed up remaining issues of the usage of 'Preview' and 'Program' in the Command button tool tips, Right-click menu options and Frame buffer labels (after clearing output using the Command buttons).
  • Desktop - Changed usage of 'Space' key in Folder view to mean take to Asset Channel & advance to next item instead of taking to 'Preview' channel and advance.
  • Desktop - Fixed issue with thumbnails not changing when their thumbnail clip frame is changed or when the asset file becomes available/unavailable (due to being externally added to or removed from a Zeus folder).
  • Desktop - Fixed issue with a error message being logged when opening the first Sequence view after launching Zeus.

Version 1.3798.5

  • Desktop - Added support for most Remote Folder functionality except for Clip Editing (setting of in/out frame and thumbnail frames). Clip Editing won't be supported unless specifically asked for by customer.
  • Desktop - Added Preference for enabling/disabling Remote Folder functionality. Disabled by default.
  • Desktop - Added Preference for read-only mode for Remote Folder functionality (if enabled).
  • Desktop - XPression uses AddProject instead of LoadProject; Acquires Scenes and Materials using the XPression Project instead of the Active Project.
  • Desktop - fixed bug with incorrect setting of TransitionDuration (which assumed Frames instead of Milliseconds)
  • Desktop - fixed bug with floating views showing generic icon instead of the Zeus icon.
  • Desktop - Sequence Views & Folder Details View (ie, list views) now shows items with coloured backgrounds instead of white. Different colours indicate the type of folder - local, remote or virtual.
  • Desktop - fixed bug with output push transition effects which had the image quads set to the incorrect positions at the start of the transition.
  • ZeusWeb - make sure folder tree view id's are unique to prevent child nodes displaying under an incorrect parent

  • ZeusWeb - allow folders and sequences to be dragged to either left or right dock zone windows

  • ZeusWeb - implement quick search and full search

  • ZeusWeb - fix video previews from virtual folders


Version 1.3798.4

  • Desktop - Fixed bug with Sequence Items being able to have channels set to 'None'.
  • Desktop - Fixed bug with newly added video clip Sequence Item showing the wrong thumbnail if a thumbnail frame is specified for the clip.
  • Desktop - Fixed bug with double clicking on Image in a Sequence Item showing 'System Object'.
  • Desktop - Fixed bug with deleting an asset file in a Zeus Folder using Windows Explorer. If Folder View was opened, the deleted asset Picon should have changed to red/unavailable).
  • Desktop - Fixed bug with Framebuffer titles showing Program and Preview instead of Output1 and Output2.
  • Desktop - Fixed bug with opened Virtual Folders not being checked and refreshed properly.
  • Desktop - Fixed bug with deleting an asset from a Zeus folder via the UI not causing its duplicate asset in a Virtual Folder to be marked as unavailable.
  • Desktop - Fixed bug with copying assets from a Zeus Folder 'freezes' the app while their thumbnails are being added when the assets are video clips.
  • Desktop - Fixed bug with drag/drop of asset to a Sequence causing the new item's Channel to be set to None instead of Output1.
  • Desktop - Fixed bug with drag/drop of an asset to a Sequence taking a bit of time to show up in the Sequence view.
  • Desktop - Fixed issue with CleanupDbThumbnails() being too aggressive by cleaning up all thumbnails not generated in the same day. Thumbnails are now cleaned up for folders that are no longer in the DB instead.
  • Desktop - Fixed a bug with being unable to delete assets from Virtual Folders.
  • Desktop - Fixed a bug which causes refresh folder requests to fail due to deleting multiple assets externally.
  • Desktop - Fixed Virtual Folder Icons and Contents view to show the correct thumbnail images for video clips.
  • Desktop - Fixed a bug with Search functionality broken by a change to GetAssetsForFolder() in previous version.

  • Desktop - Fix a bug with loading of existing items using program, preview output channels from DB.
  • Desktop - Added cleaning up of virtual thumbnails and virtual thumbnail folders.

  • Desktop - Modified FormEditClip to use the full frame count of a video. This is still somewhat incorrect in that but doesn't cause a crash but seems to show extra black frames at the end.

  • Desktop - Added Folder TreeView r-click menu option for 'Add Virtual Folder'.
  • Desktop - Implemented drag and drop support of assets from Zeus Folders into Virtual Folders.
  • Desktop - Modified DB to allow Title, Category and ItemDesc fields in the Asset table to be NULL.
  • Desktop - Virtual Folder thumbnail source images for video clips are now saved to a separate global folder.
  • ZeusWorkerService - Added service to help with doing some ZeusWeb work like exporting video frames to disk.
  • ZeusWeb - show virtual folders in folder tree

Version 1.3798.3

  • Desktop - moved to release build of XPression, build 3798.
  • Desktop - added 'Edit Video Clip' option for Sequence View r-click menu.
  • Desktop - added support for ENTER key as OK button press as well as ESC key for Cancel button press for Add Sequence, Save/Edit Layouts and Renumber Asset Dialogs.

  • Desktop - added Image Folder View r-click menu option for 'Delete Unavailable Assets'.

  • Desktop - add preference option to set default Sequence Item play mode.
  • Desktop - enable decomb for proxy clip generation to reduce the combing effect seen when playing in ZeusWeb preview.
  • Desktop - drag & drop Assets from a Zeus Folder to another Zeus folder should now work properly.

  • Desktop - changed all usage of 'Program' and 'Preview' to 'Output1' and 'Output2' respectively. Also 'PGM' to 'Out1' and 'PVW' to 'Out2'.

  • Desktop - added 'Refresh Folders' option to the Folders TreeView r-click menu.

  • Desktop - folders are automatically checked to see if they are renamed or their Sequences have changed every 5 seconds.

  • Desktop - clean up of generated files are now carried out when Zeus is launched and whenever the user deletes assets from a folder.

  • Desktop - added controls for changing the Sequence Item play mode in the 'Edit Sequence Item' Dialog.

  • Desktop - fixed a bug with StopCurrentSequence() function which assumed that there's always an active sequence.

  • Desktop - fixed a bug with GetFolder(int) function which returned the first folder object instead of the one specified by the ID.

  • Desktop - fixed a bug in Sequence View which left the Loop button unchecked when the Sequence has Looping enabled.

  • Desktop - fixed a bug with renaming an opened Sequence which left the name on the Sequence View unchanged.

  • ZeusWeb - added ThumbnailFrame property to Asset class.
  • ZeusWeb - added picon thumbnail controls to the clip preview editor.
  • ZeusWeb - added right click refresh context menus.
  • ZeusWeb - updated drag handle tool tips to 'Drag to Sequence'.
  • ZeusWeb - added support for reading from Zeus settings.ini file.
  • ZeusWeb - uses .NET Framework 4.6.1 to match with Zeus desktop app.
  • ZeusWeb - uses use Newtonsoft.Json 10.0.x.
  • ZeusWeb - added In & Out columns to sequence item grid.
  • ZeusWeb - added OutputChannelType enums.
  • ZeusWeb - set default value for Sequence Item Channel.
  • ZeusWeb - update the sequence timestamp when deleting a sequence item.
  • ZeusWeb - fixed a bug in renaming a Sequence which left the StringID of the sequence unchanged.

Version 1.3759.2

  • internal build
  • removed packages modules from Kiln repository. 

Version 1.3759.1

  • initial version.
  • No labels