Extensions:2.4/Py/Scripts/Mesh/Mesh mirror tool

提供: wiki
< Extensions:2.4‎ | Py‎ | Scripts‎ | Mesh
移動先: 案内検索

mesh_mirror_tool

About

Mirror Vertex Locations & Weight
Snap Verticies to X mirrord locations and weights.
UI location Group: Mesh
Version 1.0 Author(s) Campbell Barton
Blender 2.41 - 2.46 License GPL
Note(s) Included in Blender 2.41 - 2.46


Executable information
File name mesh_mirror_tool.py


Links http:


Introduction

Mirror Vertex Locations & Weight

Mode: Edit Mode (Mesh)

Menu: Mesh → Scripts → Mirror Vertex Locations & Weight

Description

This script is used to mirror vertex locations and weights. It is useful if you have a model that was made symmetrical but has verts that have moved from their mirrored locations slightly, causing Blender's X-Mirror options not to work.

Weights can be mirrored too, this is usefull if you want to model 1 side of a mesh, copy the mesh and flip it. You can then use this script to mirror to the copy, even creating new flipped vertex groups, renaming group name left to right or .L to .R

Vertex positions are mirrored by doing a locational lookup, finding matching verts on both sides of a mesh and moving to the left/right or mid location.

The vertex weights work differently, they are mirrored by location also, but they mirror in pairs, rather it works by finding the closest vertex on the flip side and using its weight.

When a location mirror is finished, verts that have not been mirrored will remain selected. A good way to check both sides are mirrord is to select the mirrored parts, run this script with default options and then see of there are any selected verts.

For details on each option read the tooltips.


Support