Commit Graph

342 Commits

Author SHA1 Message Date
Yusarina 0ff2dc1c38 I swear I fixed the issue before we Armautre and Mesh attach, also fixed permission. 2025-03-31 23:22:35 +01:00
Yusarina a407e99ebd Update atlas_materials.py 2025-03-31 23:03:09 +01:00
Yusarina ff5efc9639 Update blender_manifest.toml 2025-03-31 22:51:35 +01:00
Yusarina 345ba44463 Texture Atlas should require the user to save the blender files before we allow them to atlas 2025-03-31 22:39:49 +01:00
Yusarina 64a78dbbb2 Remove the annoying logger about non standard bones 2025-03-31 13:57:12 +01:00
Yusarina 1e8784d0e4 Alpha 2 0.2.1 2025-03-31 13:49:44 +01:00
Yusarina c0943e0d20 Atlas Materials UI Update
- Separated things out so it looks better.
- Done small changes to make the ui look a bit better.
- UI auto refreshes after a successful atlas.
2025-03-31 13:48:52 +01:00
Yusarina af5b79e314 Removed extra registrations in properties
This was a hot fix for some issues we were having, however this is no longer needed as my fix to auto loader fixed the issues which meant we were trying to double regisiter these things.
2025-03-31 13:05:50 +01:00
Yusarina 334f299e0e User Preferences should save in blenders user dictionary not in the Plugins Dictionary 2025-03-31 13:03:37 +01:00
Yusarina 77b7b429a5 Remove wheel installation
- Blender should handle this for us, we were installing system wide which is bad.
2025-03-27 21:05:59 +00:00
Yusarina 9a0521dad5 Fix because i stupid 2025-03-27 20:44:39 +00:00
Yusarina d7fee2c961 I don't need to add that check duh 2025-03-27 20:42:43 +00:00
Yusarina 357aa1b6d9 Let's not use System path 2025-03-27 20:16:27 +00:00
Yusarina 02c73ccd2a Auto load now works with custom blender extensions folders
- Enable autoload, load things from outside the default blender folder, before is a user tried to install the plugin outside from blender default extension folder it will error. I found this out when i broke my own blender helping someone.
2025-03-27 18:00:46 +00:00
Yusarina 7a1531fbd6 Merge branch 'Current' into Current-Dev 2025-03-25 20:07:27 +00:00
Yusarina 672517a771 Merge pull request #133 from teamneoneko/Alpha-2
Finale Alpha 2
2025-03-25 20:04:00 +00:00
Yusarina 4a039421f5 Merge pull request #132 from Yusarina/Alpha-2
Alpha 2 Finale Updates
2025-03-25 20:03:34 +00:00
Yusarina 15101fa887 Ensure Alpha 2 can mot load on Blender 4.5 or above. 2025-03-25 20:02:56 +00:00
Yusarina 5411acca45 New updater from Alpha 1 2025-03-25 19:53:57 +00:00
Yusarina eeb41dec40 Update ko_KR.json 0.1.3 2025-03-25 19:42:29 +00:00
Yusarina 10fb112de7 Update ja_JP.json 2025-03-25 19:42:23 +00:00
Yusarina c532e2a6a0 Update en_US.json 2025-03-25 19:42:17 +00:00
Yusarina 4df5369cbb Merge pull request #131 from Yusarina/Current
Stop this version from loading on newer blenders
2025-03-25 19:41:54 +00:00
Yusarina 36550a42e5 Stop this version from loading on newer blenders 2025-03-25 19:41:33 +00:00
Yusarina 2dc3a19283 Update blender_manifest.toml 2025-03-25 19:34:52 +00:00
Yusarina 30115eeaac Update ko_KR.json 2025-03-25 19:34:09 +00:00
Yusarina 285c331f79 Update ja_JP.json 2025-03-25 19:34:02 +00:00
Yusarina 57ded41f2f Update en_US.json 2025-03-25 19:33:56 +00:00
Yusarina 948b1bb352 Merge pull request #130 from Yusarina/Current
Updated Alpha 1 updater
2025-03-25 19:33:31 +00:00
Yusarina 9104bfae67 Updated Alpha 1 updater
- Updater will only look for Alpha 1 updates now
- Will check for updates automatically when the updater tab is opened.

(Same for Alpha 2, just needed update to Alpha 1 as Alpha 2 is for Blender 4.4)
2025-03-25 19:32:49 +00:00
Yusarina 23b4462f7e Update Translations 2025-03-25 19:05:44 +00:00
Yusarina dd3d21d9d5 Merge pull request #129 from teamneoneko/Alpha-2
Push Alpha 2 into the current dev branch
2025-03-24 23:13:47 +00:00
Yusarina 73c2404010 Merge pull request #128 from Yusarina/Alpha-2
Alpha 2 Finale Updates Before Release
2025-03-24 23:00:20 +00:00
Yusarina 546fec6039 Bug fixes
- When i updated Wheels I used the Python 13 one, blender is Python 11 so provided the correct wheels packages. Also added macos 10.9 for Intel users.
- Fixed issue where Join Meshes, made it faster as well.
- Fixed issues with viseme generation and previewing.
- Removed MMD Panel and Tools.
- Fixed issue with armature merging
- Fixed reset eye tracking button throwing errors in the SDK2 panel.
- Added info in the SDK2 panel about this only being used for other games, VRChat Eye tracking is setup in Unity.
- Fixed issue where if models have upper ears and lower ears the amrature validation system would mark it as problem bones.
- Added instructions to armature validation about other bones and re the standardization button.
2025-03-24 22:58:51 +00:00
Yusarina c90bf4e36c Merge pull request #127 from Yusarina/Amrature-Validation-P2
Bone Standardization
2025-03-24 21:13:32 +00:00
Yusarina 5b9acb496f Bone Standardization 2025-03-24 19:06:57 +00:00
Yusarina 08a65f9fa7 Update README.md 2025-03-24 16:41:35 +00:00
Yusarina ba85666d9f Update README.md 2025-03-24 16:41:22 +00:00
Yusarina 52a51ea6a2 Merge pull request #125 from Yusarina/Alpha-2-Prearing
Alpha 2 Preparing
2025-03-24 16:39:01 +00:00
Yusarina 47e3ea2d29 Merge pull request #124 from Yusarina/Amrature-Validation-P2
Armature Validation P2
2025-03-24 16:17:09 +00:00
Yusarina 12d06638fe Updates
- Removed the PMX Importer Completely for now.
- Updated version number to 0.2.0
- Updated min Blender version to 4.4.0
- Updated lz4 wheels to the latest version.
2025-03-24 02:26:19 +00:00
Yusarina 2a2c3d3973 Merge branch 'Alpha-2' into Amrature-Validation-P2 2025-03-24 02:14:41 +00:00
Yusarina c65bed3ff4 Armature Validation P2
- Added Highlight Bone System in the 3D View, can be turned off in settings.
- Added more bones to the acceptable bone lists.
- Fixed issue with properties registrations and unregistration, the system is more rebust now.
- Added a validate t-pose system
- Added a detect bone scales system.
- Fixed some translation strings
- Armature validation now uses logger system.
2025-03-24 02:12:03 +00:00
Onan Chew abc1fe955b Merge pull request #121 from Yusarina/alpha2-bugfixes
Bug Fixes for Alpha 2
2025-03-23 20:10:48 -04:00
Yusarina dac25e0dc0 Bug Fixes
- Fixes issue where some tools would not be displayed, fixes: #120
- Fixes issue with the resonite utils throwing errors.
- Fixes issue with visemes panel throwing errors.
- Fixes issue where the viseme mesh selector was showing all objects (Armature and etc) it now just shows meshes.
2025-03-23 13:38:18 +00:00
Yusarina 6d71669849 Update README.md 2025-03-02 15:09:36 +00:00
Yusarina b946041ec1 Merge pull request #119 from 989onan/PoseMode
fix bad armature merging issues
2025-02-19 00:37:01 +00:00
989onan 07adaa590b fix bad armature merging issues
also merge all bones isn't needed. we should do that by default

This also now uses dictionary matching to find bone types like hips, spine, and chest that should be merged.

Deletes bone shared and merges armatures, and parents bones back, causing a seamless merge.
2025-02-18 19:30:56 -05:00
Onan Chew 855bb84e76 Merge pull request #117 from Yusarina/Armature_Validation_Version2
Armature validation version 2 Part 1 (Don't merge yet)
2025-02-08 11:39:10 -05:00
Yusarina fbb07aec10 Fixes
- Fixed issue with plugin registration
- Fixed bones symmetry not working
- Fixed different modes not working
-  Some other small fixes.
2025-02-08 14:18:53 +00:00