An Updated Version of Cats for Blender 5.1+
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Rina aece922875
All checks were successful
Blender Tests / blender (https://download.blender.org/release/Blender5.2/, 5.2) (push) Successful in 2m6s
Blender Tests / blender (https://download.blender.org/release/Blender5.1/, 5.1) (push) Successful in 2m10s
Static Tests / static (push) Successful in 20s
Blender Tests / blender (true, alpha, 5.3) (push) Successful in 2m0s
Blender Tests / blender (https://download.blender.org/release/Blender5.2/, 5.2) (pull_request) Successful in 2m2s
Blender Tests / blender (https://download.blender.org/release/Blender5.1/, 5.1) (pull_request) Successful in 2m9s
Static Tests / static (pull_request) Successful in 21s
Blender Tests / blender (true, alpha, 5.3) (pull_request) Successful in 1m59s
Change Repo URL
2026-08-06 23:22:36 +01:00
.forgejo Fix Tests 2026-07-30 11:34:04 +01:00
mmd_tools_local Update MMD Tools to 4.5.13 and rework bundling, fix sys.path policy violation 2026-07-22 13:05:23 +01:00
resources Change Repo URL 2026-08-06 23:22:36 +01:00
scripts Update MMD Tools to 4.5.13 and rework bundling, fix sys.path policy violation 2026-07-22 13:05:23 +01:00
tests Change Repo URL 2026-08-06 23:22:36 +01:00
tools Change Repo URL 2026-08-06 23:22:36 +01:00
ui Add static guards for UI strings and panel wiring 2026-07-30 03:45:51 +01:00
wheels Update MMD Tools to 4.5.13 and rework bundling, fix sys.path policy violation 2026-07-22 13:05:23 +01:00
.coveragerc Harden test suite: shared file-walker, ruff, coverage, 5.1+5.2 matrix 2026-07-24 19:51:53 +01:00
.gitignore Harden test suite: shared file-walker, ruff, coverage, 5.1+5.2 matrix 2026-07-24 19:51:53 +01:00
.gitmodules Orignal Cats for Blender 5.0 2026-06-18 16:46:29 +01:00
__init__.py Version Bump 2026-08-04 14:56:28 +01:00
blender_manifest.toml Change Repo URL 2026-08-06 23:22:36 +01:00
extentions.py Delete dead code and stale scaffolding from the armature tools 2026-08-04 14:54:31 +01:00
globs.py Harden test suite: shared file-walker, ruff, coverage, 5.1+5.2 matrix 2026-07-24 19:51:53 +01:00
LICENSE Orignal Cats for Blender 5.0 2026-06-18 16:46:29 +01:00
README.md Change Repo URL 2026-08-06 23:22:36 +01:00
ruff.toml Fix Python Version 2026-07-24 19:56:46 +01:00
run_tests.py Fix Tests 2026-07-30 11:34:04 +01:00
updater.py Change Repo URL 2026-08-06 23:22:36 +01:00

Unofficial Cats Blender Plugin

Static Tests Blender 5.2 Tests Latest Release

Cats is a Blender add-on for importing, fixing, optimizing, and exporting avatar models, especially for VRChat-style workflows. This fork is maintained for modern Blender versions using Blender's extension package system.

This branch targets Blender 5.2. This version of the add-on currently supports Blender 5.2. For Blender 5.1 please see the latest release for Blender 5.1.

Features

  • Import helpers for common avatar/model formats, including MMD, XNALara/XPS, Source, FBX, VRM, and glTF/GLB workflows.
  • Export helpers for checked avatar export and Resonite export.
  • Armature repair tools for common imported rigs.
  • Bone tools for root bones, bone merging, twist bones, digitigrade legs, and manual armature cleanup.
  • Mesh cleanup tools for separating by materials, loose parts, or shapekeys.
  • Shape key tools for pruning, repairing, applying shape keys to basis, and optimizing static shape keys.
  • Viseme generation tools for avatar mouth shapes.
  • Eye tracking setup tools for legacy and SDK3-style workflows.
  • Material tools for combining duplicate materials and converting textures to PNG.
  • Atlas integration for Shotariya's Material Combiner.
  • Translation tools for bones, shape keys, objects, and materials.
  • Model scaling helpers, including Immersive Scaler integration.
  • Built-in updater that checks NeoNeko Forgejo releases for the matching Blender branch.
  • UI translations: English, Japanese, Korean, and Simplified Chinese.

Install

Use the release zip. Do not unzip it before installing.

  1. Download the latest .zip from the Releases page.
  2. Open Blender 5.2.
  3. Go to Edit > Preferences.
  4. Open Get Extensions.
  5. Use the top-right drop-down menu and choose Install from Disk.
  6. Select the downloaded Cats .zip.
  7. Open Add-ons, search for Cats, and enable the add-on if Blender did not enable it automatically.
  8. In the 3D Viewport, press N to open the sidebar and use the CATS tab.

Blender also exposes extension package installation through Preferences > Add-ons > Install from Disk; either path is fine as long as you select the release zip.

Update

Use the Cats updater panel inside Blender, or download a newer release zip and install it from disk again.

Updates are release-based and branch-aware. A Blender 5.2 install should only offer releases for the Blender 5.2 branch.

Compatibility

  • Blender 5.2: supported.
  • Older Blender versions: use an older branch or release made for that Blender version.

License

MIT. See LICENSE.