Merge branch 'Current' into Alpha-4
This commit is contained in:
@@ -881,7 +881,8 @@ non_standard_mappings = {
|
||||
'left_leg': [
|
||||
'mixamorig:LeftUpLeg', 'mixamorig_LeftUpLeg',
|
||||
'ORG-thigh.L', 'thigh.L',
|
||||
'lThighBend', 'lThigh', 'UpperLeg.L'
|
||||
'lThighBend', 'lThigh', 'UpperLeg.L',
|
||||
'LeftUpperLeg'
|
||||
],
|
||||
'left_knee': [
|
||||
'mixamorig:LeftLeg', 'mixamorig_LeftLeg',
|
||||
@@ -896,13 +897,14 @@ non_standard_mappings = {
|
||||
'left_toe': [
|
||||
'mixamorig:LeftToeBase', 'mixamorig_LeftToeBase',
|
||||
'ORG-toe.L', 'toe.L',
|
||||
'lToe', 'Toes.L'
|
||||
'lToe', 'Toes.L', 'LeftToeBase'
|
||||
],
|
||||
|
||||
'right_leg': [
|
||||
'mixamorig:RightUpLeg', 'mixamorig_RightUpLeg',
|
||||
'ORG-thigh.R', 'thigh.R',
|
||||
'rThighBend', 'rThigh', 'UpperLeg.R'
|
||||
'rThighBend', 'rThigh', 'UpperLeg.R',
|
||||
'RightUpperLeg'
|
||||
],
|
||||
'right_knee': [
|
||||
'mixamorig:RightLeg', 'mixamorig_RightLeg',
|
||||
@@ -917,7 +919,7 @@ non_standard_mappings = {
|
||||
'right_toe': [
|
||||
'mixamorig:RightToeBase', 'mixamorig_RightToeBase',
|
||||
'ORG-toe.R', 'toe.R',
|
||||
'rToe', 'Toes.R'
|
||||
'rToe', 'Toes.R', 'RightToeBase'
|
||||
],
|
||||
|
||||
'thumb_1_l': [
|
||||
|
||||
+2
-2
@@ -19,8 +19,8 @@ GITHUB_REPO = "teamneoneko/Avatar-Toolkit"
|
||||
|
||||
# Define which version series this installation can update to
|
||||
# For example: ["0.1"] means only look for 0.1.x updates
|
||||
# ["0.2", "0.3"] would look for both 0.2.x and 0.3.x updates
|
||||
ALLOWED_VERSION_SERIES = ["0.4"]
|
||||
# ["0.2", "0.3"] would look for both 0.2.x and 0.3.x
|
||||
ALLOWED_ = ["0.3, 0.4"]
|
||||
|
||||
is_checking_for_update: bool = False
|
||||
update_needed: bool = False
|
||||
|
||||
Reference in New Issue
Block a user