■ Download
$0 - gumroad:
https://gum.co/vgRSB
■ ver2.6.0
Combines the functionality of the "Mirror Mirror Tool" addon
2019-05-21
Added Function:
Combines the functionality of the "Mirror Mirror Tool" addon, which is a Blender 2.79 addon.
Mirror another object to an axis.
First select the objects you want to mirror,
Second select the objects you want to be axis and then execute.
Set up a regular mirror if there is only one selected object.
BlenderAddons/MirrorMirrorTool.py at master · fornof/BlenderAddons · GitHub
https://github.com/fornof/BlenderAddo...
Added Toggle Mirror
Switch on / off the Modifier named Mirror or mirror_mirror
Added Keymap:
Alt + Shift + X …… Mirror X
Alt + Shift + Y …… Mirror Y
Alt + Shift + Z …… Mirror Z
Alt + Shift + F …… Toggle Mirror
Specification change:
Changed all operator names from "object. ~" To "automirror. ~".
Example: automirror.mirror_mirror_x
This is to avoid operator name conflicts with other add-ons.
! This will require you to correct the operator name if you have key settings that you have registered yourself !
「Mirror Mirror Tool」アドオンの機能を結合しました
2019-05-21
機能追加:
Blender2.79系アドオンである「Mirror Mirror Tool」アドオンの機能を結合しました。
BlenderAddons/MirrorMirrorTool.py at master · fornof/BlenderAddons · GitHub
https://github.com/fornof/BlenderAddo...
Toggle Mirror 機能を追加
モディファイア名が Mirror もしくは mirror_mirror のものの有効状態を切り替えます
追加されたキーマップ:
Alt + Shift + X …… Mirror X
Alt + Shift + Y …… Mirror Y
Alt + Shift + Z …… Mirror Z
Alt + Shift + F …… Toggle Mirror
仕様変更:
すべてのオペレーター名を、"object.~" から "automirror.~" に変更しました。
例: automirror.mirror_mirror_x
これは、他のアドオンとのオペレーター名の衝突を避けるためです。
! これにより、もし各自が自分で登録したキー設定がある場合はオペレーター名を修正する必要があります !