Skip to content

Latest commit

 

History

History
 
 

readme.md

Token System

The token system allows the use of expressions in file names. The API makes it possible to handle these tokens.

It is possible to:

  • Use tokens in file names to customize file locations or file names. For example, they could be based on render settings.

  • Add custom tokens to be used everywhere in Cinema 4D.

Classic API:

  • c4d.modules.tokensystem: The module which provide static methods to use Cinema 4D's Token System.

Examples

tokensystem_filter

 Uses the token system to evaluate token with custom variables.

tokensystem_render

Renders a BaseDocument and saves the resulting image using a filename handling tokens.

tokensystem_root

Tokenize the Take Name to a Filename and display how to extract data from a Filename.