ossos icon indicating copy to clipboard operation
ossos copied to clipboard

Added negative lookbehind to reLeft

Open msub2 opened this issue 2 years ago • 0 comments

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:

msub2 avatar Apr 05 '22 17:04 msub2