|
Blender
V2.93
|
Go to the source code of this file.
Macros | |
| #define | BLENDER_VERSION 293 |
| #define | BLENDER_VERSION_PATCH 14 |
| #define | BLENDER_VERSION_CYCLE release |
| #define | BLENDER_FILE_VERSION BLENDER_VERSION |
| #define | BLENDER_FILE_SUBVERSION 21 |
| #define | BLENDER_FILE_MIN_VERSION 290 |
| #define | BLENDER_FILE_MIN_SUBVERSION 0 |
Functions | |
| const char * | BKE_blender_version_string (void) |
| bool | BKE_blender_version_is_alpha (void) |
| #define BLENDER_FILE_MIN_SUBVERSION 0 |
Definition at line 48 of file BKE_blender_version.h.
| #define BLENDER_FILE_MIN_VERSION 290 |
Definition at line 47 of file BKE_blender_version.h.
| #define BLENDER_FILE_SUBVERSION 21 |
Definition at line 42 of file BKE_blender_version.h.
| #define BLENDER_FILE_VERSION BLENDER_VERSION |
Definition at line 41 of file BKE_blender_version.h.
| #define BLENDER_VERSION 293 |
The lines below use regex from scripts to extract their values, Keep this in mind when modifying this file and keep this comment above the defines.
Definition at line 34 of file BKE_blender_version.h.
| #define BLENDER_VERSION_CYCLE release |
Blender release cycle stage: alpha/beta/rc/release.
Definition at line 38 of file BKE_blender_version.h.
| #define BLENDER_VERSION_PATCH 14 |
Definition at line 36 of file BKE_blender_version.h.
| bool BKE_blender_version_is_alpha | ( | void | ) |
Definition at line 147 of file blender.c.
References BLENDER_VERSION_CYCLE, STREQ, and STRINGIFY.
Referenced by BLO_sanitize_experimental_features_userpref_blend().
| const char* BKE_blender_version_string | ( | void | ) |
User readable version string.
Definition at line 142 of file blender.c.
References blender_version_string.
Referenced by arg_handle_debug_mode_set(), arg_handle_print_help(), blender::io::alembic::create_abc_metadata(), blender::io::usd::export_startjob(), DocumentExporter::exportCurrentScene(), info_statusbar_string(), make_app_info(), print_version_full(), print_version_short(), and wm_block_create_splash().