-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wizard to convert/replace references #403
Conversation
…rt a body (ie. CBBE to BHUNP) or replace an existing body (select 'None' for the conversion).
@daz001 The filter for the conversion and reference choice is a good idea, but I'm unsure if it should be implemented. There might be a lot of conversion references on the web (or personal ones) that don't follow the "Convert:" or "Sliders:" naming convention. What you could try doing instead, is sorting them to the start of the choice, instead of removing the others. I should be able to merge this afterwards. |
Has the ability to 1 click convert a reference body in an outfit project (ie. CBBE to BHUNP) or replace an existing body (select 'None' for the conversion). Though, you may wish to do additional weight painting after the conversion is complete (depending on the outfit)
Includes an automated way to rename the project (which can be tedious when doing many outfits) and various other settings that may be useful
Tried my best to separate the dialog from the main code, though as it calls existing methods to automate the process, some methods required minor refactoring