Convert Glb To Vrm Fixed Portable

# Save as JSON for now (actual VRM requires binary GLB + VRM extension) with open(output_path.with_suffix('.json'), 'w') as f: json.dump(vrm_data, f, indent=2)

meshes.append(mesh_data) return meshes