A larger update this time, there might be some bugs, please report any issue if you find any.
New features:
- You can now chose to snap from/to:
- A pie menu allow you to pick what you want to snap from/to, but also allows to quickly toggle 'Ignore modifiers' mode, and to open the addon settings.
- Target vertex edges are also displayed on the selected mesh
- Potential target edge midpoints and face centers of the polygon under the mouse are displayed for better visibility
- The user can now configure the highlighting color, opacity and line thickness.
Change of release tags
I noticed that using dots "." in the release tag in github made github generating zip file whose root folder also contains ".", eg: quicksnap-1.2.5
That is not supported by Blender (Apparently it does not follow python guidelines, module names should not contain "." characters.), which lead to errors when people tried to install the addon using the zip file of a Release on Github.
That is why now I am using "_" in the version tag: 1_3_0
If you had problems installing the addon before, it hsould not happen anymore.
