Releases: strangeways-dev/NFT-Studio-Max
NFT Studio 2.4.4
*Fixed bug where possible combinations counter (when freezing project) would bug out when counting anything over 2.7billion combinations causing the numbers to become negative because of an integer overflow
*Fixed issue that was causing an exponential amount of RAM to be used when freezing a project due to a poor handling of data while iterating through all possible combinations
NFT Studio 2.4.3
*Version number on toolbar is now automated so it will always be accurate
*Added 'Reconnect Missing Images From Folder' button in the Trait Group Window which allows users to automatically reconnect all missing images instead of having to replace them one by one which can be time consuming and monotonous. It will iterate through the traits in the trait group and use the end of the saved file path to find the missing files from the chosen folder.
NFT Studio 2.4.2
*Fixed bug where deleting a trait from the trait groups wouldn't delete the trait from layer node trait rules causing a silent crash when users would try to open the rules which contained the missing trait and potentially caused other malfunctions
P.S. ignore the 'version 2.4.1' on the toolbar, I forgot to change it, I'm going to automate it in the next version so this doesn't happen again.
NFT Studio 2.4.1
*Fixed bug where layer rarities weren't updating when loading project
*Fixed bug where users could delete and move sticky notes when project was frozen
*Fixed bug for image quality input field which would clamp the value to 1 or 100
*Added ability to add prefix to asset names in the collection setup
*Updated support button
NFT Studio Max
-Multi-layer trait configuration has been replaced by multi-layer traits variations, basically the same concept except you can have multiple of them now on a single trait and set the rarities for them and colourize each layer separately, much more powerful than before.
-Added colour variations to trait rules, which allows a trait to have different coloured variations of the trait without having to make a new image and trait for every different colour. Colour variations and multi-layer trait variations are multiplied.
-Sweep Collection is smarter (before it would only work if you deleted only the image or only the metadata, now it will work even if you delete both)
-Added progress bar to sweep collection process window
-Added RAM monitor above the workspace toolbar
-UI polish, removed gaps in corners of toolbars
-UI scaling fixes
-Fixed bug where generator wouldn’t ask if should count combinations when possible trait combination were over 1 million before counting them when there were 2.7 billion combinations or more
-Fixed bug where sweep collection process would get stuck, never ending and leaving the app in a soft lock as the window for the process would never close. This seemed to occur when the collections directory was missing. Sweep collection is performed when loading a 'frozen' project and projects would lock after loading if the collection directory was missing.
-Fixed bug when creating a new project from file menu which caused incorrect indexing of layer nodes leading to some unexpected behaviour
-Fixed bug where you could freeze the project to start generating even if the collection name wasn’t set, the collections directory is dependent on the collection name so this wasn’t ideal