Blender V5.0
CreatorAtExitData Struct Reference

Public Attributes

bArgsba
CreatorAtExitData_EarlyExitearly_exit = nullptr

Detailed Description

Free data on early exit (if Python calls sys.exit() while parsing args for eg).

Definition at line 161 of file creator.cc.

Member Data Documentation

◆ ba

bArgs* CreatorAtExitData::ba

Definition at line 163 of file creator.cc.

Referenced by callback_main_atexit(), and main().

◆ early_exit

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().


The documentation for this struct was generated from the following file: