I’m looking for a Python script for Blender that automates the process of fitting clothing meshes to avatar models. The script should handle mesh adjustments so that the clothing conforms naturally to the avatar body without clipping or visual artifacts. Requirements: * Must be fully compatible with Blender’s Python API (bpy). * Should import or reference existing avatar and clothing meshes. * Perform automatic mesh fitting, adjusting vertex positions, armature weights, or shape keys as needed to achieve a clean fit. * Handle multiple avatar types with different body proportions, ensuring that the same clothing model adapts dynamically to each. * Prevent or minimize intersections between avatar and clothing meshes. Optional: integrate with Blender modifiers (e.g., Shrinkwrap, Surface Deform) or use custom geometry data manipulation for fitting logic. Deliverables: ✓ Blender-compatible Python script (.py) ✓ Documentation (usage instructions and setup guide) ✓ Example test results showing fitted cloth on different avatars ✓ Timeline: 3–5 days ✓ Final output: .glb file with dress fitting to avatar without 95% access Final Output: A .glb file containing the avatar with the cloth fitting accurately..