# SPDX-License-Identifier: MIT OR GPL-3.0-or-later from .ops import VRM_OT_separate_non_skin_faces from .panel import VRM_PT_body_mesh_separator __all__ = [ "VRM_OT_separate_non_skin_faces", "VRM_PT_body_mesh_separator", ]