利用者:Testscreenings/Littlehelpers

提供: wiki
< 利用者:Testscreenings
2011年1月9日 (日) 04:28時点におけるwiki>Mindrones botによる版 (Bot: Automated text replacement (-&group_id=153&atid=467 +); cosmetic changes)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

little helpers addon

About

littlehelpers
creates different little helper operators and menuentries
UI location Group: None
Version 0.1 Author(s) testscreenings
Blender 2.5 Rev:#27981 License GPL


Executable information
File name littlehelper\__init__.py
Current version download https://projects.blender.org/tracker/index.php?func=detail&aid=22184



Description

List of added Operators and how to access them:


  • GridLayout

Arranges all selected Objects in a XY-grid around the cursor.

Access: view3d > gridLayout


  • NamesFromObject

Rename objectdata, materials and textures after objectname. If the texture is an image use the filename instead of the objectname.

Multiuserdata gets only renamed if only one object is selected since there is no way of knowing which object to pick as naming base.

Access: view3d > Properties-Panel > Item-Tab


  • ClearImages

sets all unused images to userdata = 0

Access: UV-Editor > Image > Clear Images