This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/api2_2x/id_attributes.py

8 lines
285 B
Python

epytext=\
''' @ivar name: The name of this Group object.
@type name: string
@ivar users: Number of users this group has (read only)
@type users: int
@ivar fakeUser: The fake user status.
Enabling this will keep it in the blend even if there are no users.
@type fakeUser: bool'''