Spaces:
Sleeping
Sleeping
File size: 241 Bytes
346b70f |
1 2 3 4 5 6 7 8 |
from .uvmapper import apply_atlas_to_mesh
__all__ = ["apply_atlas_to_mesh", "apply_atlas"]
def apply_atlas(mesh, atlas, color_to_uv, mapper, face_colors=None):
return apply_atlas_to_mesh(mesh, atlas, color_to_uv, mapper, face_colors)
|