Move bones to the dictionary (most was already in there but there were hardcoded for testing)

This commit is contained in:
Yusarina
2025-08-02 01:52:09 +01:00
parent 543869218c
commit 634563afb3
2 changed files with 17 additions and 154 deletions
+2 -2
View File
@@ -289,8 +289,8 @@ bone_names.update({
'right_toe': bone_names['right_toe'] + ['jbiprrtoe', 'jrtoe', 'jbiprtoebase'],
# VRM eyes
'left_eye': bone_names['left_eye'] + ['jbipcleye', 'jleye'],
'right_eye': bone_names['right_eye'] + ['jbipcreye', 'jreye'],
'left_eye': bone_names['left_eye'] + ['jbipcleye', 'jleye', 'jadjlfaceeye'],
'right_eye': bone_names['right_eye'] + ['jbipcreye', 'jreye', 'jadjrfaceeye'],
# VRM fingers - Left (including Little finger variations)
'thumb_1_l': bone_names['thumb_1_l'] + ['jbipllthumb1', 'jlthumb1', 'jbiplthumb1'],