Skip to content

Releases: krathjen/studiolibrary

Release 2.14.1

12 Nov 09:41
Compare
Choose a tag to compare

What's Changed

  • Add option to change playback fps
  • Moved sortBy and groupBy menus to the view context menu
  • Improved support for HDPI displays
  • Improved support for non-unique name
  • Improved support for proxy attributes
  • Fixed info.created display format
  • Fixed out-of-bounds for animation
  • Fixed animation export for non-shape nodes
  • Fixed text alignment when using icon mode
  • Fixed issue when keys exceed frame 100000
  • Fixed selection sets import error for Maya 2023+
  • Fixed blending performance for Maya 2020+ on Linux
  • Fixed error when saving animation using mb
  • Fixed animation load when no animation file has been found
  • Fixed listdir on Windows share with no permission to list root
  • Fixed Namespace > From selection when multiple namespaces are selected
  • Remove duplicate namespaces when calling getFromDagPaths
  • Many more smaller improvements
  • The next major release is in active development.

Release 2.9.11

28 Feb 09:23
Compare
Choose a tag to compare
  • Fixed Maya 2024 import error
  • Fixed flickering when resizing the window
  • Fixed menu text alignment
  • Fixed tooltip style
  • Fixed timeAgo format
  • Fixed moving items with right-click menu
  • Fixed selected children to be duplicated
  • Fixed README example to use the proper argument
  • Changed the default search depth from 4 to 5
  • Changed search widget style when it contains text
  • Changed isLatestRelease to use threading.Thread instead of QThread
  • Added studiolibrary.config.set(key, value)

Release 2.9.6.b3

08 May 01:13
Compare
Choose a tag to compare
  • Added support for Maya 2022
  • Added support for Python3
  • @stzhang123 Added additive option for applying pose item
  • @cfujiwara-rfx Added root namespace (':') to the return of getAll
  • @AWhetter Fixed vendorised copy of Qt.py clashing
  • @Eiken Fixed bug with network shares on windows
  • @johnburnett Fixed QCursor reference
  • Other small improvements

Release 2.7.1

26 Jan 22:50
Compare
Choose a tag to compare
  • Added better support for Maya 2020
  • Added folder text filter and menu
  • Small fixes and improvements

Release 2.6.3

10 Sep 09:27
Compare
Choose a tag to compare
  • Added better support for UNC (Universal Naming Convention) paths

Release 2.6.1

01 Sep 06:01
Compare
Choose a tag to compare
  • Added numeric entry for the blend pose slider
  • Added option to mirror the selected range
  • Added an edit menu button to the preview widget
  • Added support for folder colors and icons
  • Added the mirror plane option to the save widget
  • Added support for displaying the item label over the item
  • Changed the default namespace option to "From file"
  • Renamed class constants from PascalCase to UPPER_CASE
  • Many smaller improvements

Release 2.5.7

30 Jul 10:29
Compare
Choose a tag to compare
  • @BigRoy Fixed an issue when syncing a library on a network share
  • Added menu action to overwrite existing items
  • Added support for search and replace when applying a pose
  • Added API functions for setting and managing more than one library
  • Added new settings dialog and progress bar
  • Added sorting by the "Modified" field
  • Small style improvements on macOS
  • Fixed browsing to external drives on macOS
  • Fixed issue when saving locked animation curves
  • Fixed syncing issue when the root path is just the drive letter "D:/"
  • Many smaller bug fixes and improvements

Release 2.4.15

24 May 10:40
Compare
Choose a tag to compare
  • Added "Copy path" to the item menu
  • Added "How to install for Maya 2011-2015" in the [DOCS.md]
  • Added support for '.png' thumbnails
  • Added thumbnail toolbar for capturing a new thumbnail
  • Added new filters menu
  • Added new libraries menu
  • Added new config.json file
  • Added easy reloading for developers in Maya
  • Updated the analytics to use uuid4
  • Added support for moving many items to trash
  • Added "Show all" and CTRL + Click toggle in the filters menu
  • Added an easier way to install (see the install.gif)
  • Enabled recursive search by default
  • Enabled thumbnail workers for smoother loading and scrolling
  • @kalemas Fixed Library.sync() fail without percentCallback parameter
  • Fixed main load error when the default language identifier is not set
  • Fixed saving animation items when the username contains non-english letters

Release 2.3.4

13 Mar 02:41
Compare
Choose a tag to compare
  • Fixed moving items to the trash when an item already exists
  • Added better support for Maya 2016
  • @tokejepsen Added support for proxy attributes
  • Fixed metadata that is not a string type
  • Fixed item selection after moving items to trash
  • @kalemas Fixed displaying trash items dialog on item creation
  • Improved saving and loading the window settings

Release 2.2.8

02 Sep 10:26
Compare
Choose a tag to compare
  • Released 2018-01-28
  • Improved the initial loading time
  • Fixed path issue when using symbolic links
  • Fixed comment for non-ASCII characters
  • Added support for the "." character in folder names
  • Added support for moving items via the ItemsWidget.dropEvent
  • Added support for non-ASCII characters in the status widget
  • Small improvements and bug fixes