cats-blender-plugin icon indicating copy to clipboard operation
cats-blender-plugin copied to clipboard

:smiley_cat: A tool designed to shorten steps needed to import and optimize models into VRChat. Compatible models are: MMD, XNALara, Mixamo, DAZ/Poser, Blender Rigify, Sims 2, Motion Builder, 3DS Max...

Results 224 cats-blender-plugin issues
Sort by recently updated
recently updated
newest added

1. Add missing sRGB conversion when baking mmd_color into sRGB mmd_base_tex * Shader node colors are in scene linear colorspace. `Image.pixels` is always accessed in scene linear colorspace, but if...

This is a small patch to fix a `UnicodeDecodeError` that was brought up by a user on Discord when they were creating eye tracking (I successfully reproduced it after a...

When a try to use the Atlas in optimization, I find that I must download the Material Combiner in this Page: https://vrcat.club/threads/material-combiner-blender-addon-1-1-3.2255/ ![sk](https://user-images.githubusercontent.com/11089521/173672982-def39269-92ef-443f-a8d2-5571e73ff877.jpg) But when I go to the page,...

Baking a displacement map should be possible by attaching 'Displacement' to 'Surface' for all materials, baking emit, and then finding/normalizing the euclidian distance for the three-channels per-pixel. ![image](https://user-images.githubusercontent.com/1109288/175796567-28221943-7c18-4467-92c2-25f974dbf2f1.png)

enhancement
fixed in dev branch
bake

Merge Weights to Parent and Merge Weights to Active, when run in Pose will cause a switch to Edit mode, the currently selected Pose bones would then usually be selected...

separate_by_loose_parts In common.py calls `bpy.ops.mesh.separate(type='LOOSE')` from Object mode. Unfortunately, this has been bugged since Blender 2.80 and tends to breaks custom normals on the mesh (with the exception of flat...

Organisation - [ ] Move all functions in tools/common.py that do not depend on any Cats code into a separate 'utils' module. I have already run into cyclic dependency issues...

i wonder if you can add a feature to apply full body tracking into avatar

So, I've been trying to import an MMD animation with cats, but I get this error. How do I fix this? ![image](https://user-images.githubusercontent.com/37555161/175762773-7dcbad96-9612-47cf-9a40-4bd4b409f6fd.png)

When fixing model: Python: Traceback (most recent call last): File "C:\Users\AaronWu\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\cats-blender-plugin-master\tools\armature.py", line 969, in execute Common.fix_twist_bones(mesh, bones_to_delete) File "C:\Users\AaronWu\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\cats-blender-plugin-master\tools\common.py", line 2096, in fix_twist_bones mix_weights(mesh, vg_twist1.name, vg_parent.name, mix_strength=0.75) UnicodeDecodeError:...