Extensions:2.6/Py/Scripts/Development/Inspect Matrices

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Development
2012年7月10日 (火) 05:09時点におけるwiki>Jumpによる版 (Inspect Matrices)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Inspect Matrices

Inspect Matrices
Inspect Object Matrices in 3D View Panel.
UI location 3D View, Tools, Inspect Matrices Panel
Version 0.0.5 Author(s) John Michael Palmer (jump)
Blender 2.6.3 License GPL
Category Development


Executable information
File name development_inspect_matrices.py
Current version download http://projects.blender.org/tracker/download.php/153/467/31270/20482/development_inspect_matrices.py
External Python Modules or dependencies mathutils



This script has been written so you can easily see and compare the matrices associated with objects without having to use the python console. It can be used whilst testing code etc.

Usage

Clicking on the matrix name shows or hides the matrix.

Clicking on the up arrow move the matrix position in the list.

Clicking on the copy button copies the matrix to the copied matrix, this is used for pasting when you click on the paste button.

Panel

Inspect Matrices panel.png

Installation

Should install like a normal addon.

Can be installed by putting the python file in the folder blender/2.63/scripts/addons