4.2 Update 3!
Per recommendations from the Blender Extension reviewers, there have been some code updates that should not impact functionality.
- keymaps have been updated to remove items left over after the addon is unregistered
__init__
updated toif name == "__main__"
rather than"__package__"
- upon testing it appears that Windows no longer requires a second Right Mouse event, so the OS check and the fake Right Mouse event have been removed
Further changes may come, it is recommended to remove previous versions of the addon before installing the latest release, though once it is accepted into the Extension repo all updates will be handled from within Blender.