|
22 | 22 | | Soundbanks | ✔️ | ✔️ | ✔️ | |
23 | 23 |
|
24 | 24 | ## Changelog |
| 25 | +### Version 1.8 |
| 26 | +- (7/9/2019) |
| 27 | +- added |
| 28 | + - "Save As" to the 3D Viewer |
| 29 | + - "<All Loaded Forges>" in the "Forge to search in" - guess what it does? |
| 30 | + - the user can now search by a file ID in the Find window (check the "Is File ID?" checkbox) |
| 31 | + - "Auto-Rotate" in the 3D Viewer |
| 32 | + - the Blacksmith icon in the Windows Taskbar will display progress, if a task (extraction, decompression) is ongoing |
| 33 | + - glTF (1.0 binary) support for saving models |
| 34 | + - winsparkle - a framework for checking and automatically installing updates |
| 35 | + - Blacksmith will scan each entry/file loaded from `Tools > Show File in the Viewers` and check if it has Packed Entries |
| 36 | +- updated |
| 37 | + - renamed "Multifile Entries" to "Packed Entries" |
| 38 | + - the donate window will not show up upon the first launch |
| 39 | + - the Settings window |
| 40 | + - added "File Types to Show within Forges" (Miscellaneous) allows the user to filter (like in the Find window) which file types he wants to see |
| 41 | + - added "Invert Mouse Y" (found in the 3D Viewer section in the Settings) |
| 42 | + - added "Do Not Unload Forges After Collapsing Them" (Miscellaneous) - this does not freeze the UI; any collapsed and loaded forge entry will turn green |
| 43 | + - added "Image Viewer" box |
| 44 | +- updated |
| 45 | + - Settings save upon changing any value |
| 46 | + - Origins 3D model importer - implemented the other known type of mesh structure |
| 47 | + - removed the mouse-locking feature of the 3D Viewer |
| 48 | + - toned down the Welcome window (it was too angry, a user said) |
| 49 | + - the logic of the forge unloading - now the green background indicates that the forge was loaded and all its entries have been created - the background reverts to white if the forge was unloaded (collapsed) and the "Do not unload..." is unchecked |
| 50 | + - the checkbox lists in the 3D Viewer and Settings are more responsive |
| 51 | + - file-writing in the Temporary File Path (file names now include the file ID) |
| 52 | + - loading, saving, and handling the settings (now settings are written to settings.ini in the Temporary File Path upon closing the Settings window, and is read at launch) |
| 53 | + - 3D Viewer |
| 54 | + - added a grid |
| 55 | + - moved Render Mode from Settings (no longer saves in Settings) to the toolbar |
| 56 | + - new key: hold Left Control to make the camera move slow |
| 57 | + - improved rendering and camera mechanics |
| 58 | + - new default camera position and rotation |
| 59 | + - Image Viewer |
| 60 | + - scroll the mouse wheel to zoom (enable/disable in the Settings) |
| 61 | + - click and drag the middle mouse button/mouse wheel to pan |
| 62 | + - zooming is now a lot quicker, for two reasons |
| 63 | + - no more smoothing (pixelated appearance) |
| 64 | + - the original image is stored in memory, instead of being pulled from the file upon each zoom increment |
| 65 | + - Find feature and window |
| 66 | + - added File ID to the results table |
| 67 | + - results in the window will show icons (just as you see in the file list) and the overarching Resource Identifier |
| 68 | + - improved the result of the "Time Taken" in the Find window |
| 69 | + - the entry's file ID will appear in the extracted file to avoid conflicts with duplicate names |
| 70 | + - in the "Filter By" dropdown, "Mesh (3D model)" is now "Mesh" |
| 71 | + - "Show in List" now searches by file ID, instead of name |
| 72 | + - improved overall Find mechanics |
| 73 | + - the Welcome dialog |
| 74 | + - added "Actually, I have a Settings.ini file", which allows the user to load a settings.ini file previously saved from another version of Blacksmith |
| 75 | + - the progress bar on the bottom is more meaningful, and shows proper loading/extraction/decompression progress |
| 76 | + - model information is no logner printed to the Text Viewer (or anywhere) |
| 77 | + - error messages |
| 78 | + - updated UI (3D Viewer, About window, etc.) |
| 79 | + - renamed Helpers to Helper and moved it to Blacksmith.Helpers |
| 80 | + - renamed Cube class to Box, and updated its constructor |
| 81 | + - cleaned up code |
| 82 | +- fixed |
| 83 | + - Odyssey 3D model importer, that broke after reading UVs and after reading certain models with SubmeshBlendShapeID data |
| 84 | + - Odyssey & Origins importers that dealt with Packed Entries |
| 85 | + - incorrect name of decompressed file while using `Tools > Decompress File` |
| 86 | + - models were flipped |
| 87 | + - LOD Selectors would use the icon for Materials |
| 88 | + - "Show in List" (or double-clicking a result) does not work while "<All Loaded Forges>" is selected in the Find window |
| 89 | + - Find was unable to search in DLC forges |
| 90 | + - the 3D Viewer would receive mouse events while the menu was open and mouse events occurred on the menu |
| 91 | + - subentries (entries within the forge file) that are numbers are now omitted |
| 92 | + - the experimental feature crashed Blacksmith |
| 93 | + |
25 | 94 | ### Version 1.7.1 |
26 | 95 | - (5/??/2019) |
27 | 96 | - This version was available for a short time, then was taken down. |
28 | 97 |
|
29 | 98 | ### Version 1.7 |
30 | | -- [CURRENT VERSION] (5/24/2019) |
| 99 | +- (5/24/2019) |
31 | 100 | - Added |
32 | 101 | - 3DS, DAE, FBX (7.5 Binary), and STL (ASCII) export |
33 | 102 | - partial Material support |
|
0 commit comments