「Extensions:2.6/Py/Scripts/Rigging/Mirror Bone Constraints」の版間の差分

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Rigging
移動先: 案内検索
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 05:57時点における最新版

Mirror Bone Constraints
Mirror bone constraints
UI location Tool Shelf > Mirror Constraints (while in Pose mode)
Usage In pose mode, select bone(s) to mirror constraints from and click the Mirror Bone Constraints button in the Tool Shelf.
Version 1,02 Author(s) Connor Simpson
Blender 2.65 License GPL
Category The category field used in bl_addon_info dict Distribution Extern


Executable information
File name pose_mirror1,02.py
Current version download https://projects.blender.org/tracker/download.php/153/467/36334/27003/pose_mirror1,02.py



Introduction

This script is meant to provide a faster method of mirroring bone constraints across an armature, allowing it to be done with one click without ever having to leave pose mode.

Setup

  1. Download the script via the link above
  2. Either go to User Preferences > Addons > Install From File and install and enable the script as an addon, or load the script into a Text Editor pane and press "Run Script"

Instructions

To Use

  1. Switch to pose mode
  2. Select bones to mirror constraints from
  3. Press the "Mirror Bone Constraints" button in the Tool Shelf

Some notes on functionality

  • Script mirrors constraints between bones with opposite names (ie bone.l and bone.r)
  • Constraint targets with opposite names will also be mirrored. This works for both target bones and any other objects in the scene being used as targets
  • Any constraints on the bone being mirrored to are erased before the constraints are mirrored
  • Supported bone extensions to indicate side are: .r, .R, .l, .L, _r, _R, _l, _L