vendor_fabric.meshy¶
Meshy AI - Python SDK for Meshy AI 3D generation API.
Part of vendor-fabric, providing access to Meshy AI’s 3D asset generation API.
Usage: # Functional interface from vendor_fabric.meshy import text3d, image3d, rigging, animate, retexture
# Text to 3D
model = text3d.generate("a medieval sword")
# Image to 3D
model = image3d.generate("https://example.com/image.png")
# Rig for animation
rigged = rigging.rig(model["id"])
# Apply animation
animated = animate.apply(rigged["id"], animation_id=0)
# Retexture
retextured = retexture.apply(model["id"], "golden with gems")
# Provider capability metadata
from vendor_fabric.meshy.tools import TOOL_DEFINITIONS
Subpackages¶
Submodules¶
vendor_fabric.meshy.text3dvendor_fabric.meshy.toolsvendor_fabric.meshy.modelsvendor_fabric.meshy.retexturevendor_fabric.meshy.riggingvendor_fabric.meshy.animationsvendor_fabric.meshy.loggingvendor_fabric.meshy.image3dvendor_fabric.meshy.jobsvendor_fabric.meshy.connectorvendor_fabric.meshy.basevendor_fabric.meshy.animate