Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More face bones for advanced posing #62

Merged
merged 8 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Brio/Config/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Brio.Config;
internal class Configuration : IPluginConfiguration
{
public const int CurrentVersion = 2;
public const int CurrentPopupKey = 6;
public const int CurrentPopupKey = 7;

public int Version { get; set; } = CurrentVersion;

Expand Down
2 changes: 2 additions & 0 deletions Brio/Library/GroupEntryBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ public void FilterEntries(params FilterBase[] filters)
{
#if DEBUG
Brio.Log.Error(ex, "Exception while filtering entries");
#else
_ = ex;
#endif
}
}
Expand Down
14 changes: 14 additions & 0 deletions Brio/Resources/Embedded/Data/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@

To open this window again click `Information` on the Scene Manager then -> `View the Changelog`
--------------------------------------------------------------------------------
---> Brio, Version 0.3.2.1 <---
--------------------------------------------------------------------------------
- More facial bones added to advanced posing
- More facial bones named

-- Known Issues --

- Old pose files do not load faces correctly,
As a mitigation, make sure to unselect "Head" under import options when loading old poses

- Facewear is not changeable in the Advanced Appearance Window
- Not all of the new bones are named yet

--------------------------------------------------------------------------------
---> Brio, Version 0.3.2.0 <---
--------------------------------------------------------------------------------
Expand Down
Loading
Loading