Module Group :: Class Group
[frames | no frames]

Class Group


The Group object

This object gives access to Groups in Blender.
Instance Variable Summary
  name: The name of this Group object.
  objects: Objects that this group uses.
  users: Number of users this group has (read only)

Instance Variable Details

name

The name of this Group object.

objects

Objects that this group uses. This is an iterator with list like access so use list(gp.objects) if you need to use a list. (where gp is a group object). The groups objects can be set by assigning a list or iterator of objects to the groups objects. objects.append() and objects.remove() also work with the the objects iterator just like with lists.

users

Number of users this group has (read only)

Generated by Epydoc 2.1 on Thu Jul 13 16:50:05 2006 http://epydoc.sf.net