Yusarina fe8f5f69d5 Plugin Registration Changes
- Re-wrote how the plugin registers itself.
- No longer need @register_wrapper classes get auto detected and added.
- The new Auto loader is much better then the old way, no longer need "if "bpy" not in locals():" this was an old way of doing things and wasn't really efficient.

 using auto_load.py provides several advantages:

- It automatically discovers and loads all modules in the addon.
- It handles dependencies between classes correctly through topological sorting.
- It manages registration order automatically.
- It properly handles unregistration in the correct order.

This approach is much less error prone and I not had any issues so far. However it still needs testing fully.

I have also start to re-organise files into folders as well, this is going to be needed so we don't have a long list of files as Avatar Toolkit is getting larger then i originally planned.
2024-12-02 01:52:11 +00:00
2024-08-31 15:29:12 -04:00
2024-12-02 01:52:11 +00:00
2024-12-02 01:52:11 +00:00
2024-11-26 04:16:03 +00:00
2024-12-02 01:52:11 +00:00
2024-12-02 01:52:11 +00:00
2024-07-07 16:19:52 -04:00
2024-10-22 00:08:07 +01:00
2024-06-12 02:13:45 +00:00
2024-09-26 14:27:37 +01:00

Avatar Toolkit

Avatar Toolkit is classed as unstable, if you want to test it and report issues that is fine, however if you are looking for a more stable expiereince please use the Unoffical Cats Blender Plugin unto we release a stable version of Avatar Toolkit, you can find Cats Blender Plugin HERE!

Avatar Toolkit is in very early Alpha and will contain issues, please ensure you report them!

A new modern tool designed to shorten steps needed to import and optimize models into VRChat, Resonite and other similar games.

With the Avatar Toolkit it only takes a few minutes to upload your model into VRChat, Resonite and other similar games.

Join the Neoneko Discord here: https://discord.catsblenderplugin.xyz

Need a more stable toolset while Avatar Toolkit is in Alpha? Then please use Blender 4.x and use our Unofficial Cats Blender Plugin which you can find here.

Blender version support policies.

Coming Soon.

Features

Coming Soon.

Requirements

While The Avatar Toolkit is in Alpha, we are running on Blender 4.3 Alpha, however no stable releases will happen on Blender 4.x as we are aiming for Blender 5.0 for any type of stable release.

  • Blender 4.3 Alpha or above (run as administrator is recommended).
  • If you have custom Python installed which Blender might use, you need to have NumPy installed

Additional Plugins Requirements.

Currently None.

Installation

Coming Soon

Help

If you need help with Avatar Toolkit you can check the wiki (Coming soon).

Acknowledgements

Avatar Toolkit is partly based on some code from Cats Blender Plugin and Cats Blender Plugin Unofficial, therefore we want to acknowledge the following people:

Cats Code contributors:

  • absolute quantum
  • Hotox
  • Shotariya
  • Neitri
  • Kiraver
  • Jordo
  • Ruubick
  • Mysteryem
  • 989onan
  • Yusarina

Feedback

Please open an issue if you need to leave feedback.

S
Description
No description provided
Readme GPL-3.0 8 MiB
0.5.5 Latest
2026-05-21 04:48:13 -05:00
Languages
Python 100%