Releases: donkeyProgramming/TheAssetEditor
Releases · donkeyProgramming/TheAssetEditor
AssetEditor v0.59
Features:
- Support for reading encrypted packfiles
Bugfixes:
- AudioTool: General bugfixes and Improvements @Pear-231
- General: Fixed common crash when opening 3d models, that caused soft lock. Thanks to Cemmen and timbabwiani for debugging help
- General: Fixed bug which caused deleted files to not be removed
- KitbashTool: Fixed issue when generating WsModel for only visible meshes
- KitbashTool: Error message if there is an error in wsmodel, reverts to using rmv2 material
- KitbashTool: Fixed potential softlock when loading wsmodels with errors
- AnimationBins: Most warnings turned into errors, as CA has terrible QA.
- AnimationBins: Fixed crash when validating bin, due to missing file. Is now a warrning #243
AssetEditor v0.58
Features:
- AudioEditor: Lots of updates thanks to Pear and TollSki
- AnimationReTarget: The tool is enabled again - probably pretty buggy in its first iterations. Improvements will come.
- General: Force close current editor option added to the error window to avoid softlocks. #232
- General: Added 'Save Active pack' button to file menu #123
- General: Improvements to "Load Wem Files" option. This option now only effects if the files are visible in the pack browser
Wem files are now always loaded which makes the audio tools work better.
Wem files are also alway loaded for mods, which fixes an issue where if the flag was disabled,
the audio files would be deleted from the mod on saving. No there should be no issues.
Fixed Bugs:
- KitbashEditor: Hopefully fixed System.Windows.ResourceReferenceKeyNotFoundException, which happens when turning a reference mesh into an editable mesh.
- Superview: When loading models, all lods was visible. Now only first lod is visible.
- SuperView: Fixed crash on close #231
- General: Moving files using drag and drop caused crash
- General: Fixed some issues related to saving packfiles after deleting files and folders
- KitbashEditor: Fixed errors related to selecting meshes. Logging added to get more data. Please provide the log info if you get error log messages related to selection
- KitbashEditor: Fixed wsmodel generation for pharaoh. Thanks to Ewajos
AssetEditor v0.57
Bug fix:
- Fix issue related to selection after switching tabs
New features:
- Lots of improvements to the audio editor thanks to @pear
AssetEditor v0.56
Bug fixes:
- General: Double clicking a packfile node did not expand it correctly
- General: "Make editable pack" option missing from context menu
- General: Fix crash when resize window to very small
- General: Fix issue related to making packfiles with no name
- General: Fix issue with missing font on close
- General: Fix issue related to selection change event on application close
- KitbashEditor: Fixed event issue related to selection in SceneNodeExplorer
AssetEditor v0.55
New features:
- Pin tool is improved and now has the SkinWrap rigging enabled again.
Bug fixes:
- General: Fixed rendering crash with all empty scene
- General: Saving files to the root folder no longer causes a crash
- General: Improved error handling for packfiles, to reduce potential errors which can cause corrupted pack files.
- General: Fixed crash when renaming folders
- General: Texture failures now give a single error, not a infinite stream of them
- SkeletonTool: Correctly show world/localspace position and rotation for selected bones. Should make it easier to attach effects and such
- Import/Export: Improvements of the GLTF process
- KitbashTool: Fixed issues related to selecting meshes and the context menu for scene nodes
- KitbashTool: Fixed rendering issues for boundingboxes / selection for meshes with pivot points
- KitbashTool: Scene explorer now correctly keeps nodes visible and expanded when changing the content of the scene.
AssetEditor v0.54
Bug fixes:
- Crash when loading props with emissive materials. (Reported by lucynamarzec)
- Fixed error for the Rmv2 => gltf exporter
- Improved logging of the Rmv2 => gltf exporter
AssetEditor v0.53
Bug fix:
- Fixed crash when using shift to select multiple nodes in the revers order in the KitbashTool (Reported by Maharaja of Ind)
AssetEditor v0.52
Features:
- Glftf (Blender) import - Right click a folder and pick "Advanced import" (Phazer and Ewajos)
- Glftf (Blender) export - Right click a rmv2 file and pick "Advanced export" (Phazer and Ewajos)
- Updated project to newest version of .net (Pear)
- Improved performance in kitbash tool by only loading lod0 for imported references. Can be disabled in settings.
Bug fixes:
- Improved error handling and fixed crashes when saving animation pack and bin files
- Fixed crash related to missing styling for nodes in the kitbasher tool (reported by Spearman)
- Lots of fixes related to folders and saving
- Fixed localization bug when saving wsModels. Hopefully no more crashes when loading models!
- Improved error handling when loading materials for models, a failed material should no longer stop the model from being loaded.
- Static meshes are no longer removed when animations are playing
- Static meshes can now be attached to bones and follow animations in the kitbash tool.
- Fixed visual issues with the gizmo tool
AssetEditor v0.51
- Disabled tint rendering
AssetEditor v0.50
- Improved error handling
- SkeletonTool working - Can now be opened by double clicking skeleton or tech skeleton
- SuperView Working!
- Reduced glow factor
- Larger button for closing editor
- Fixed bug in "No lod generation"
- Fixed Mouse click bug in file browser
- Fixed capitalisiation bug in animation bin writer/parser - admiralnelson
- Fixed bug if settings file contains errors
- Fixed crash on first startup for some users
- Minor bugfixes and improvements