Bases: collada.DaeObject
Defines authoring information for asset management
Create a new contributor
Parameters: |
|
---|
Methods
__init__([author, authoring_tool, comments, ...]) | Create a new contributor |
load(collada, localscope, node) | |
save() | Saves the contributor info back to xmlnode |
Contains a string with the author’s name.
Contains a string with the name of the authoring tool.
Contains a string with comments from this contributor.
Contains a string with copyright information.
Contains a string with a URI referencing the source data for this asset.
ElementTree representation of the contributor.