-
released this
2024-01-31 19:32:06 +00:00 | 77 commits to blender-40 since this releaseThis version is only for Blender 4.0 if you want a 3.6 version please go here and look for an blender 3.6 version.
THIS VERSION CHANGES ALOT OF THINGS, If you confused click here to see the wiki!
Added:
- Added Combine materials button to quick access, this combines all the same materials.
- Added Join all meshes button to quick access.
- Added is_default_object which checks whether an object is one of the default found on both type and data name. This change will make this code easier to maintain especially if blender changes the default object names.
- Added MMD options submenu, this will house only mmd suff, this includes the old fi model button, however certain function have been removed in favor of manual buttons.
- Added fix material button to mmd options.
Changed:
- Changed the model section to Quick Access, I thought this made more sense because having two menus called Model and Model Options next to each other seem a bit silly and the top panel is going to be where the quick buttons will live to quickly do things. These buttons will replace the old fix model button.
- Changed explanation of when you use the plugin on a newer unsupported version of blender.
- Re-arrange the sub menu's slightly, this is still subject to change before release.
- supporter.py has been renamed to iconloader.py, this is because that's all it does now, the submenu's translations have also been updated.
- armature.py has been renamed to quickaccess.py, the submenu's translations have also been updated.
- model.py has been renamed to optheroptions.py, in blender this was Model Options, which is now called other options, name may change again before release. the submenu's translations have also been updated.
- Changed name of materials tab in the optimization tab to materials and meshes.
- Moved join meshes button to the materials and meshes tab in optimization.
- moved merge bone weights to the bone merging tab in optimization.
- Fixing materials will clean material names before fixing them.
- Joining meshes will apply transforms before joining them.
- Join meshes will now also ensure lock on location, rotation and scale are not locked.
- Moved most bones related button from other options to optimization submenu so everything is in the same place.
- Moved remove doubles to the optimization menu as it makes sense for it to be here.
- Further wording changes.
Fixed:
- Fixed issue when importing a model via cats, this should fix the error popping up when importing the first time.
- Fixed issue where materials would not fix due to if context.scene.fix_materials: (If the check mark in the old Fix Model was not checked, it would not work even with the manual button).
- Blended 4.0 related fixes.
Removed:
- Remove 2.79 checks as not needed anymore seeing as we don't support that version of blender at all.
- Removed old obsolete eye tracking code.
- Removed a random icon.py file, it was a copy of supporter.py but it did nothing.
- Removed all the old patreon supporter code from the supporter.py and renamed it to iconloader, this code was still being executed even though there is no panel anymore.
- Cleanup of translations, removed old and obsolete stuff.
- Removed old Fix Model button in favor of the Fix MMD model button in the mmd options submenu.
- Further cleanup of old code which was still # out and not removed for some reason.
- Removed Fix Materials code from armature, not needed anymore.
- Removed old Combine Materials code from Armature.
- Removed Old Join meshes code from Armature.
- Removed old default settings for fix model, Join Meshes and Combine Materials.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Cats-Blender-Plugin-Unofficial4.0.3.0.zip
64 downloads ·
2024-01-31 19:33:22 +00:00 · 727 KiB