objects
Objects that this group uses. This is a sequence with-list like access
so use list(grp.objects) if you need to use a list (where grp is a
group). The groups objects can be set by assigning a list or iterator of
objects to the groups objects. objects.link() and objects.unlink() also
work with the the objects iterator just like with lists.
Note: append() and remove() have been deprecated and replaced
by link() and unlink(), after Blender 2.43 append() and remove() will not
be available.
-
- Type:
-
custom object sequence
|