Previous topic

collada.source.NameSource

Next topic

collada.triangleset

This Page

collada.source.Source

class collada.source.Source

Bases: collada.common.DaeObject

Abstract class for loading source arrays

Inheritance diagram of collada.source

__init__()

x.__init__(...) initializes x; see help(type(x)) for signature

Methods

load(collada, localscope, node)
save([recurse]) Put all the data to the internal xml node (xmlnode) so it can be serialized.
save(recurse=True)

Put all the data to the internal xml node (xmlnode) so it can be serialized. :param recurse: if True, will call save on the child nodes, otherwise will only save info pertaining to this node