From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

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