Skip to content

Commit

Permalink
[Update] Corrected changelog and small naming change for Flatten Hier…
Browse files Browse the repository at this point in the history
…archy
  • Loading branch information
CadeEvs committed Jul 20, 2022
1 parent dc84056 commit 427955d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion FrostyEditor/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,14 @@ Plugin Changes

v1.0.6 (Beta 5)
--------
- Fixed crash when select description tab of collection
- Added "ModDb" support when setting links during mod export process
- Fixed crash when selecting description tab of collection
- Fixed issues with Battlefield 1 mesh importing (#89)
- Updated naming scheme for Flatten Hierarchy
- Updated Mod Manager window width to account for Collections (#85)

Technical Changes
- Fixed RangeStart calculation for manifest chunks (#94)

v1.0.6 (Beta 4)
--------
Expand Down
3 changes: 1 addition & 2 deletions FrostyPlugin/Themes/Icons.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Frosty.Core.Themes">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

<Path x:Key="BlankAsset" Data="M 32 0.099609375 C 24.666667 0.099609375 19.898903 4.3564912 17.921875 8.3105469 C 15.944847 12.264603 16 16.099609 16 16.099609 L 16 112.09961 C 16 119.43294 20.256882 124.20071 24.210938 126.17773 C 28.164993 128.15476 32 128.09961 32 128.09961 L 96 128.09961 C 103.33333 128.09961 108.10111 123.84273 110.07812 119.88867 C 112.05515 115.93462 112 112.09961 112 112.09961 L 112 34.443359 L 77.65625 0.099609375 L 32 0.099609375 z M 32 8.0996094 L 72 8.0996094 L 72 33.099609 C 72 33.099609 71.95864 34.725864 72.816406 36.441406 C 73.674177 38.156948 76 40.099609 79 40.099609 L 104 40.099609 L 104 112.09961 C 104 112.09961 103.9449 114.2646 102.92188 116.31055 C 101.89888 118.35649 100.66667 120.09961 96 120.09961 L 32 120.09961 C 32 120.09961 29.835007 120.04451 27.789062 119.02148 C 25.743118 117.99851 24 116.76628 24 112.09961 L 24 16.099609 C 24 16.099609 24.05515 13.934616 25.078125 11.888672 C 26.101097 9.8427273 27.333333 8.0996094 32 8.0996094 z"/>
<Path x:Key="InternalAsset" Data="M 7.0408642 -0.01681678 6.6541455 2.3242249 a 5.9040179 5.869215 0 0 0 -1.75 0.7247928 L 2.9978955 1.5723009 1.6092236 3.0432038 3.0232861 4.9327034 A 5.9040179 5.869215 0 0 0 2.3103955 6.6148427 H 2.2732861 L -1.513815e-4 6.9908047 V 9.0896029 L 2.2732861 9.4655649 h 0.041016 a 5.9040179 5.869215 0 0 0 0.7011715 1.6453191 l -1.375 1.924383 1.3886719 1.441833 1.9082031 -1.465088 a 5.9040179 5.869215 0 0 0 1.7480469 0.718978 l 0.3105469 2.375925 2.0527343 -0.04457 0.3554688 -2.337165 a 5.9040179 5.869215 0 0 0 1.6640625 -0.676344 l 1.96875 1.39726 1.484375 -1.441833 -1.486328 -1.873997 a 5.9040179 5.869215 0 0 0 0.71875 -1.6821397 L 16.099458 8.9946434 V 6.9908047 L 13.77524 6.6865467 A 5.9040179 5.869215 0 0 0 13.099458 5.0199111 L 14.42563 3.076149 13.068208 1.6653224 11.142427 3.0432038 A 5.9040179 5.869215 0 0 0 9.4334424 2.3300388 L 8.958833 0.02775604 Z M 8.0818798 3.5645119 A 4.4943695 4.5014998 0 0 1 12.577974 8.0663661 4.4943695 4.5014998 0 0 1 8.0818798 12.568221 4.4943695 4.5014998 0 0 1 3.5877392 8.0663661 4.4943695 4.5014998 0 0 1 8.0818798 3.5645119 Z"/>
Expand Down
2 changes: 2 additions & 0 deletions Plugins/MeshSetPlugin/MeshAssetDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ public class MeshExportSettings

public MeshExportScale Scale { get; set; }

[DisplayName("Flatten Hierarchy (Blender)")]
public bool FlattenHierarchy { get; set; }
[DisplayName("Export Additional Meshes")]
public bool ExportAdditionalMeshes { get; set; }
}

Expand Down

0 comments on commit 427955d

Please sign in to comment.