feat(body_mesh): Add edge UV data for facial and hair mesh components
- Add edge UV coordinate data for N00_000_00_FaceEyelash_00_FACE mesh instance with 112 edges - Add edge UV coordinate data for N00_000_00_HairBack_00_HAIR mesh instance with 800 edges - Update body_mesh module initialization and operations to support new mesh data - Enhance panel UI and utility functions for mesh edge UV handling - Add comprehensive UV matching test suite for validation - Update registration module to include new mesh components - Improve test utilities for edge UV data verification
This commit is contained in:
@@ -434,6 +434,7 @@ classes: list[
|
||||
ops.VRM_OT_show_blend_file_addon_compatibility_warning,
|
||||
ops.VRM_OT_make_estimated_humanoid_t_pose,
|
||||
body_mesh_ops.VRM_OT_separate_non_skin_faces,
|
||||
body_mesh_ops.VRM_OT_merge_uv_edges,
|
||||
validation.VrmValidationError,
|
||||
validation.WM_OT_vrm_validator,
|
||||
export_scene.WM_OT_vrm_export_human_bones_assignment,
|
||||
|
||||
Reference in New Issue
Block a user