c4d.modules.character.builder.Template

class c4d.modules.character.builder.Template

Methods Signatures

Template.FindComponent(self, name, ident) Find component within template.
Template.FindObject(self, name) Find object within template.
Template.GetDocument(self) Get the template BaseDocument.

Inheritance

Methods Documentation

Template.FindComponent(self, name, ident)

Find component within template.

Parameters:
  • name (str) – The component name to search for.
  • ident (bool) – If true, matches name and unique id string.
Return type:

c4d.modules.character.builder.Component

Returns:

The found component or None.

Template.FindObject(self, name)

Find object within template.

Parameters:name (str) – The component name to search for.
Return type:c4d.BaseObject
Returns:The found object or None.
Template.GetDocument(self)

Get the template BaseDocument.

Return type:c4d.documents.BaseDocument
Returns:The document.