/* 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 */ g_modulePath = %{g_startupPath}/corelibs;%{g_startupPath}/plugins;%{g_prefsPath}/plugins // 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. g_disableConsoleOutput=true g_supressWarning=true