Yusarina
19c2ede791
Update Translation.py
2025-04-16 16:17:57 +01:00
Yusarina
bb5a314796
Bringing files in-line with Avatar Toolkit
...
- Adding better typing
- Update to use Avatar Toolkit's logging system.
- Removed some files which were in the wrong location (From my first attempt).
2025-04-12 00:17:11 +01:00
Onan Chew
d25c95fc73
Merge pull request #156 from Yusarina/MMD-Tools-Alpha-3
...
PMX Import - First Stage
2025-04-10 20:45:35 -04:00
Yusarina
69cc03098f
PMX Import now works
2025-04-10 23:40:51 +01:00
Yusarina
161684dcac
Merge pull request #155 from 989onan/patch-1
...
Add Explode Model
2025-04-10 12:29:36 +01:00
989onan
6bafc7d7ac
add explode model
...
- Add method that allows for exploding the model into pieces for kit bashing or painting in substance painter.
2025-04-05 17:54:39 -04:00
Yusarina
cf2a5a22cc
Merge pull request #154 from 989onan/patch-1
...
Vastly improve Merge Doubles
2025-04-04 14:48:21 +01:00
989onan
88e88b94a3
hotfix
2025-04-03 20:14:17 -04:00
989onan
046ebfa72d
bugfix
...
fix pairs not merging if they would merge on one shapekey but not another
2025-04-03 19:44:56 -04:00
989onan
036e260dd6
Vastly improve Merge Doubles
...
- removed advanced merge doubles, it just does advanced by default
- same behavior as advanced was before, but now completes the task in under a second. Thanks to the power of BMesh!
- Labels now reflect this change
2025-04-03 19:12:55 -04:00
Onan Chew
ce2b38b5fe
Merge pull request #153 from Yusarina/Alpha-3
...
Read me update.
2025-04-03 12:19:17 -04:00
Yusarina
d1912d2dba
Fix url for discord
2025-04-03 15:59:54 +01:00
Yusarina
6e06f73174
Readme update
2025-04-03 15:56:58 +01:00
Yusarina
3414ad8917
Initial MMD Importer Commit
...
- This is the initial commit I spent several hours trying to get it up two Avatar Toolkit standard, it does not work yet because there are files missing but I been doing this since 6am and it is 4pm almost, i need food.
- I have also removed as much legacy code as i could, MMD Tools contains so much of it even though there have a 4.2+ only version there have not removed any of the legacy code for pre 4.2.... this is going to take a while.
God I hope this works fine once I am done.
2025-04-03 15:39:03 +01:00
Yusarina
3e3e245a4f
Merge pull request #151 from 989onan/patch-1
...
Many feature additions and improvements
2025-04-03 11:21:54 +01:00
989onan
f28e1866a9
Add AMFOWSH
...
Add apply modifier for object with shapekeys tool
2025-04-03 02:57:06 -04:00
989onan
71b22813a8
added request #112
...
added request #112
2025-04-02 23:21:05 -04:00
989onan
f16105517e
fix flip animation
...
add to menu
fix resonite animx importer bug
add flip animations
add flip animation keyframes to help users rekey and remake animations as if they were mirrored.
2025-04-02 23:21:04 -04:00
989onan
199551a505
add remove zero weight vertex groups to panel
2025-04-02 20:45:32 -04:00
989onan
5cad28a41b
fix pointers
...
fix pointers in operators to point to class bl_idname property
2025-04-02 20:35:59 -04:00
989onan
e4d3f676a2
make merge armature use the new identify bones method
2025-04-02 19:55:10 -04:00
989onan
3ada550067
bug fixes
2025-04-02 19:30:57 -04:00
989onan
9dd54cd976
update library syntax paths for VSCode
2025-04-02 18:31:38 -04:00
Yusarina
c1536f8e06
Merge pull request #150 from teamneoneko/Current
...
Bring Alpha 3 branch up to date
2025-04-02 16:55:59 +01:00
Yusarina
82a7e67d7e
Merge pull request #149 from teamneoneko/Current-Dev
...
Avatar Toolkit 0.2.1
0.2.1
2025-04-02 16:55:30 +01:00
Yusarina
87c40c02d6
Merge pull request #148 from Yusarina/Current-Dev
...
Small fixes
2025-04-02 16:54:08 +01:00
Yusarina
2ad5393f06
Removed this as in Utils
2025-04-01 18:09:50 +01:00
Yusarina
12083c28c5
Small fixes
2025-04-01 17:32:45 +01:00
Onan Chew
c67f30fb97
Merge pull request #147 from Yusarina/Current-Dev
...
Move simpify_bonename to dictionaries
2025-03-31 20:01:42 -04:00
Yusarina
5a43a9d66d
Fix two different error
...
- bones_names is a dictionary so bone_names.items should be used
- also len(mappings) was being used incorrectly should be using range(len(mappings))
- The last one is it just didn't like upperchest in bone_names.update so as a very temp solution i used upper_chest no an ideal solution but I too tired to investogate today and just wanted the plugin to work. however it should be simpilify anyone for now.
2025-04-01 00:56:56 +01:00
Yusarina
1ca45ad901
Move simpify_bonename to dictionaries
2025-04-01 00:45:56 +01:00
Yusarina
bc034c5308
Merge pull request #146 from 989onan/patch-1
...
Create centralized method for identifying bones
2025-04-01 00:05:14 +01:00
989onan
eba18d72a6
Fix poisoned name sets
...
this is a simple patch because policing the standard is literally impossible
2025-03-31 18:45:30 -04:00
Onan Chew
416fbe40e7
Merge branch 'Current-Dev' into patch-1
2025-03-31 18:36:53 -04:00
Onan Chew
d296d548e8
Merge pull request #145 from Yusarina/Current-Dev
...
Texture Atlas now requries the user to save before we allow them to atlas.
2025-03-31 18:29:50 -04:00
989onan
feb2f5ac85
Create centralized method for identifying bones
...
- also fixes an issue where VRM bones would never be identified due to the names having "_" in them.
2025-03-31 18:28:04 -04:00
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
Onan Chew
b67d94e89d
Merge pull request #143 from Yusarina/Current-Dev
...
Alpha 2 0.2.1
2025-03-31 13:49:03 -04: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
Onan Chew
9a5f13f858
Merge pull request #137 from Yusarina/Current-Dev
...
Auto load now works with custom blender extensions folders
2025-03-27 18:34:13 -04: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