ossos
ossos copied to clipboard
Added negative lookbehind to reLeft
By default, models exported from VRoid Studio have a naming convention of J_Bip_L_/J_Bip_R_
for the limbs. When trying to load one of these models in, the bone parser will pick up J_Bip_R_LowerLeg
as shin_l
and subsequently fail to locate shin_r
. The same happens with forearm_r
. This adds a negative lookbehind to reLeft to avoid the false positive and actually allows the model to load in properly.
Pic: