「Extensions:2.4/Py/Scripts/Animation/Bone Tools v02」の版間の差分
細 |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 03:40時点における最新版
UI location | Group: Animation | ||
---|---|---|---|
Version | 0.2 - 03.07.2007 | Author(s) | |
Blender | 2.48 | License | GPL |
File name | Bone Tools v02.py |
---|
Links | http://www.moscafilms.com.br/emilioleroux/blender/bone_tools_v02.py |
---|
Introduction
This is a very simple collection of tools to help in some animation tasks. The layout is minimal so the user can access the buttons all the time from a small script window.
The scripts should only be used with an armature in Pose mode.
I wrote these two scripts as a substitute for shortcuts I miss in Blender:
SELECT CHILDREN: Just select one or more bones and click on this button to have all their children selected.
SELECT SIBLINGS: Select one or more bones and click on this button to have all the other children of the same parent selected.
I wrote these other two scripts to help with constraints:
NEW ALIGNED EMPTY: Creates a new Empty object and aligns it to the bone's visual location, rotation and scale. Just select one or more bones and hit the button. Several Empties can be created at once if more than one bone is selected.
ALIGN TO BONE: Aligns the selected objects to the selected bone. Select the object(s) first and the bone in pose mode last. (Only one bone should be selected)
Support
- Python & Plugins forum at Blender Artists.
- Back to Catalog | Animation