triazo / immersive_scaler

VRChat correct proportions, made easy in blender.
MIT License
122 stars 6 forks source link

Blender 4.1.0 interrupts "Get current height" or "Rescale Armature" with error #21

Closed OrenjiVR closed 4 months ago

OrenjiVR commented 6 months ago

On Blender 4.1.0: When getting the current height of the avatar (or any of the ratios, for that matter), it interrupts with this error message: bpy.ops.armature.get_avatar_height() Python: TypeError: expected sequence size 24, got 8 (This also happens when "Rescale Armature" is applied)

Current workaround: Use Blender 4.0.2

triazo commented 4 months ago

Looks like it was an api change, fixed in the latest release.