Auto Mirror : Many updates #73458

Open
opened 2020-01-28 17:26:29 +01:00 by Bookyakuno · 2 comments

2020-01-29_01h24_03.png

I have created a version of the Auto Mirror add-on with many additions and improvements.
I want this version to be included in the built-in add-on.

mesh_auto_mirror.py

I am new to this site and may have issues submitting it. Sorry.

History

Since the time the Auto Mirror add-on did not support Blender 2.8, I had been repeatedly updating personally on Gumroad.
https://gumroad.com/l/vgRSB

Therefore, the version name is higher.

BlenderArtists

Auto Mirror [Blender2.8 ver]-Coding / Released Scripts and Themes-Blender Artists Community
https://blenderartists.org/t/auto-mirror-blender2-8-ver/1151539

Update content

Added

Auto Mirror

  • Batch execution on multiple objects is now possible
  • Various options can be changed after execution

Add quickAxis function

Auto Mirror can be performed quickly using an axis different from the optional axis setting.

MirrorMirror

  • Mirror modifier can be set for the active object
  • If only one selected object, just add a simple mirror modifier
  • Batch execution on multiple objects is now possible
  • Various options can be changed after execution

Other operators

  • Added a function to switch the display of mirror modifiers.
  • Added the function to change the target object of the mirror modifier all at once.
  • Added modifier adaptation / deletion function
    • This function can be used for more than mirror modifier
    • Can be processed by specifying modifier type or modifier name

Add keymap

Shift + alt + X MirrorMirror (Axis X)
Shift + alt + Y MirrorMirror (Axis Y)
Shift + alt + Z MirrorMirror (Axis Z)
Shift + alt + F Toggle display Mirror modifier

Keymaps are disabled by default.
You can change the key settings from the add-on settings menu.
The keymap from the MirrorMirror add-on has been taken over.

Known bugs
Since the key map menu is displayed by searching for the key map setting of the add-on and the key map of the Blender setting,
If idname or property name is changed, it cannot be displayed normally.

Chenged

  • Change menu to simple display
    • Options have collapsed view to save space
    • Added icons to make it easier to understand the functions
  • Changed operator name to follow Blender 2.8 API
    • old: object.automirror
    • new: automirror.automirror
![2020-01-29_01h24_03.png](https://archive.blender.org/developer/F8307741/2020-01-29_01h24_03.png) I have created a version of the Auto Mirror add-on with many additions and improvements. I want this version to be included in the built-in add-on. [mesh_auto_mirror.py](https://archive.blender.org/developer/F8307718/mesh_auto_mirror.py) I am new to this site and may have issues submitting it. Sorry. ## History Since the time the Auto Mirror add-on did not support Blender 2.8, I had been repeatedly updating personally on Gumroad. https://gumroad.com/l/vgRSB Therefore, the version name is higher. ## BlenderArtists Auto Mirror [Blender2.8 ver]-Coding / Released Scripts and Themes-Blender Artists Community https://blenderartists.org/t/auto-mirror-blender2-8-ver/1151539 # Update content ## Added ### Auto Mirror - Batch execution on multiple objects is now possible - Various options can be changed after execution **Add quickAxis function** Auto Mirror can be performed quickly using an axis different from the optional axis setting. ### MirrorMirror - Mirror modifier can be set for the active object - If only one selected object, just add a simple mirror modifier - Batch execution on multiple objects is now possible - Various options can be changed after execution ### Other operators - Added a function to switch the display of mirror modifiers. - Added the function to change the target object of the mirror modifier all at once. - Added modifier adaptation / deletion function - This function can be used for more than mirror modifier - Can be processed by specifying modifier type or modifier name ### Add keymap | Shift + alt + X | MirrorMirror (Axis X) | | -- | -- | | Shift + alt + Y | MirrorMirror (Axis Y) | | Shift + alt + Z | MirrorMirror (Axis Z) | | Shift + alt + F | Toggle display Mirror modifier | Keymaps are disabled by default. You can change the key settings from the add-on settings menu. The keymap from the MirrorMirror add-on has been taken over. **Known bugs** Since the key map menu is displayed by searching for the key map setting of the add-on and the key map of the Blender setting, If idname or property name is changed, it cannot be displayed normally. ## Chenged - Change menu to simple display - Options have collapsed view to save space - Added icons to make it easier to understand the functions - Changed operator name to follow Blender 2.8 API - old: object.automirror - new: automirror.automirror
Author

Added subscriber: @Bookyakuno

Added subscriber: @Bookyakuno

Added subscriber: @Lapineige

Added subscriber: @Lapineige
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#73458
No description provided.