Skip to content

Commit

Permalink
Bump UI and Plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Disquse committed Sep 14, 2022
1 parent 9e6542b commit 2482641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Plugin/ofio.v.version.ms
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- Description: version global holder

global ofioVersion = "1.0.0"
global ofioVersion = "1.1.0"
2 changes: 1 addition & 1 deletion UI/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace AnimKit.UI
{
internal static class Updater
{
public static Version CurrentVersion { get; } = new(1, 0, 3);
public static Version CurrentVersion { get; } = new(1, 1, 0);

public static Version ActualVersion => Utils.ActualVersions.UI;

Expand Down
4 changes: 2 additions & 2 deletions VERSIONS.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"UI": "1.0.3",
"UI": "1.1.0",
"CLI": "1.0.0",
"Plugin": "1.0.0"
"Plugin": "1.1.0"
}

4 comments on commit 2482641

@Disquse
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can download 1.0.0 release from releases section. But why would you need to use the old version?

@Disquse
Copy link
Contributor Author

@Disquse Disquse commented on 2482641 Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I linstalled this version 1.0.0 but the program forced me to update version 1.1.0 Can you help me please .

You don't need to install 1.0.0 version of UI (.exe). You probably want to install the 1.0.0 version of the PLUGIN. The issues you experiencing might be some kind of a regression I would like to fix. Create issue and provide asset files so I can check this out myself. All the animations I've been testing were working good.

@Disquse
Copy link
Contributor Author

@Disquse Disquse commented on 2482641 Sep 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked you to create an issue in the issues section and provide broken assets for a reason. As I said I can not reproduce this issue on my PC. I did game->3ds Max->game conversions multiple times with different animations and I see no any visual issues. Those animations were initializing almost every single ped bone. I'm not going to waste my time on guessing what's "too much" and screenshots aren't helpful at all. So please create an issue on GitHub and provide example assets to me, send your .onim/.oad files that exports incorrectly.

AnimKit doesn't force you to download newer plugin versions and it doesn't update it with UI tool updating. You can manually download old version of the plugin and install it manually if you wish. However I encourage you to help me to fix this regression.

@catcat01
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is my first time posting on GitHub and English is not my first language. I sincerely apologize to you. I will delete my post

Please sign in to comment.