「利用者:Testscreenings/Littlehelpers」の版間の差分
細 (Bot: Automated text replacement (-&group_id=153&atid=467 +); cosmetic changes) |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 04:38時点における最新版
little helpers addon
About
UI location | Group: None | ||
---|---|---|---|
Version | 0.1 | Author(s) | testscreenings |
Blender | 2.5 Rev:#27981 | License | GPL |
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