fatal_level#
-fatal_level level
Specify the error level for CNode stop its evaluation returning a Fatal Error exit status. This can be useful if you want to stop rendering because of warnings. The argument takes two possible values: Error
(which is the default) or Warning
.
Example#
Launching CNode with the fatal level set to warning:
cnode test.project -fatal_level Warning