Blender V4.5
[struct].g_app Struct Reference

Public Attributes

char program_filepath [FILE_MAX]
char program_dirname [FILE_MAX]
char temp_dirname_base [FILE_MAX]
char temp_dirname_session [FILE_MAX]
bool temp_dirname_session_can_be_deleted

Detailed Description

Definition at line 64 of file appdir.cc.

Member Data Documentation

◆ program_dirname

Full path to directory in which executable is located.

◆ program_filepath

Full path to program executable.

◆ temp_dirname_base

Persistent temporary directory (defined by the preferences or OS).

◆ temp_dirname_session

Volatile temporary directory (owned by Blender, removed on exit).

◆ temp_dirname_session_can_be_deleted

bool [struct].g_app temp_dirname_session_can_be_deleted

True when this is a sub-directory owned & created by Blender, false when a session directory couldn't be created - in this case don't delete it.


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