You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handles errors described in issue #10 by catching cases where it is impossible for blender to use the Join as Shapes operation because the vertex counts mismatch on the shapekey and the base object after applying all modifiers.
Added Troubleshooting section to readme to help users understand how the addon works and how to fix the problematic modifier stacks or repair their shapekeys
Added logs in terminal to help visualize addon workflow and aid in debugging
Refactor code base unifying the 3 different operator modes and cleaning up duplicated code