-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update shape key generation and mesh handling across multiple files
- Implement multi-object shape key generation in shapekey_utils.py - Update GenShapekey functions in convertGIPC.py, convertHI3PC.py, and convertWWPC.py to handle multiple meshes - Add support for 'Face_Eye' object in convertGIPC.py - Add support for 'EyeShape' object in convertHI3PC.py - Implement SeparateWuWaEyes function in convertWWPC.py - Add new 'keep_star_eye_mesh' setting in settings.py - Update UI in __init__.py to include new 'Keep Star Eye Mesh' toggle - Modify CleanMeshes function in model_utils.py to conditionally keep EyeStar mesh - Ensure newly created shape keys are set to 0 value by default - Improve error handling and reporting in shape key generation process
- Loading branch information
Showing
8 changed files
with
302 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.