You are on page 1of 1

/*

CONFIGURATION FILE FOR PYTHON

All values are evaluated in this order:

|| Application Code (Defaults)


|| Configuration File
|| Configuration File (config.c4dpy.txt)
|| Environment Variables
|| Command Line
\/

See config.txt for more information


*/

// The logger output will be disabled for Python since the output must be clean for
the interpreter.
// A lot of plugins write information about missing libraries, debug output or
license information to
// stdout. Python must have a clean and reliable output where these outputs might
interfere so where
// disable any output.
g_disableConsoleOutput=true

You might also like