3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
Class for stability works the complex classes. More...
#include <SSafety.h>
Public Member Functions | |
std::string | errors () |
Returns errors and (!) clears it. More... | |
std::string | warnings () |
Returns warnings and (!) clears it. More... | |
Safety & | operator() () |
Stops the script when errors or warnings are presents. More... | |
|
inline |
Returns errors and (!) clears it.
Referenced by operator()().
Safety & coat::scripto::Safety::operator() | ( | ) |
Stops the script when errors or warnings are presents.
Drops errors and warnings to DebugLog
.
References errors(), coat::scripto::Debug::instance(), coat::scripto::Debug::log(), and warnings().
|
inline |
Returns warnings and (!) clears it.
Referenced by operator()().