|
Blender V5.0
|
Public Attributes | |
| bArgs * | ba |
| CreatorAtExitData_EarlyExit * | early_exit = nullptr |
Free data on early exit (if Python calls sys.exit() while parsing args for eg).
Definition at line 161 of file creator.cc.
| bArgs* CreatorAtExitData::ba |
Definition at line 163 of file creator.cc.
Referenced by callback_main_atexit(), and main().
| CreatorAtExitData_EarlyExit* CreatorAtExitData::early_exit = nullptr |
When non-null, run additional exit logic. Cleared once early initialization is over.
Definition at line 175 of file creator.cc.
Referenced by callback_main_atexit(), and main().