Allows you to select all the pose morph (and/or regular morphs) and store it so you can restore that specific pose (ie. face or hand pose) to a new loaded pose.
INCLUDED
INSTALLATION
Download into your VaM\AddonPackages directory
Create the morph pose you want and load the script (or hit REFRESH if already loaded to update list)
Selected the morph you want to keep, use the Filter box to help narrow your search.
Store or save the selected morphs and hit Restore or Load when changing poses.
(See video above)
KNOWN ISSUES
I tried to do the fancy way to have it open & save in the Custom/Scripts/PoseIsolator folder, but find out it won't do that when it's an AddonPackage. So instead of saving in the Scripts folder, it'll save to the AddonPackage. You can Unpack it if you want so it can save in the right place.
NOTES
This was kind of a sidetrack project. I was getting annoyed that the face kept changing expression when swapping poses, since I was working on a cigarette mod, which required a certain expression. So I came up with this. I didn't want to spend alot of time on it so cherry picked the code I needed to speed up the process. I borrowed part of project-canyon's MorphMerger code, to get the morph and display them as toggles. I also borrowed HSThrowaway5's FloatMultiParamRandomizer code for the Save/Load function.
I had it working and pretty much done in one weekend, BUT....
I couldn't help but try to get fancy with it and started adding stuff.
I wanted a filter option, just like in the Morph tab. Since there was a new filterable popup menu, I figure I can use that. Type in the name and automatically filter it. That didn't work. Had to settle for regular popup and filter that way. So wasted a day or two on that.
Adding that gave me issue with the toggle buttons, where it wasn't clearing correctly. Took another few days to iron that out. Was ready to upload it last weekend, BUT... I went to tweak other options.
Made the Select All/None work within the Filter choices, so you didn't add or remove them all by click it. Noticed morph I didn't select was being added. Found it it was from Autobehavior, so added a option for that. I also added the option to show all the morphs, since some of the Pose morph don't actually show up as poses. So that took the whole weekend.
Found out Monday that as an AddonPackage it won't save to Script folders, *sigh*
Credits
project-canyon's MorphMerger
HSThrowaway5's FloatMultiParamRandomizer
