c4d.modules.character.builder.Template

class c4d.modules.character.builder.Template

Methods Signatures

Template.FindComponent()

Find component within template.

Template.FindObject()

Find object within template.

Template.GetDocument()

Get the template BaseDocument.

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

Optional[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

Optional[c4d.BaseObject]

Returns

The found object or None.

Template.GetDocument(self)

Get the template BaseDocument.

Return type

c4d.documents.BaseDocument

Returns

The document.