Commanline mode

Commanline mode with Cinema 4D R20 and upper

File Sequence Exporter, used with Cinema 4D version R20 and higher, can be run in commandline mode. This mode provides additional opportunities for integrating the plug-in in batch files and scripts. To do this, use the c4dpy.exe utility.

"c:\Program Files\MAXON\Cinema 4D R20\c4dpy.exe" -c "import c4d; c4d.CallCommand (1053078,1000)" -fse_settings "c:\Users\%USERNAME%\Desktop\export_settings.json"

Save Json-file with a plug-in parameters using menu Help > Save Settings To File.

File will contain text as follows:

Parameters from the json-file can be overridden by specifying them as a separate option in the command:

To get a full description of all plug-in commandline options, use -h option:

Last updated