Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index e7e9eeed79a..7f236a39974 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -396,17 +396,7 @@ int main(int argc,
#endif
/* Initialize path to executable. */
- {
-#ifdef WITH_PYTHON_MODULE
- /* NOTE(@campbellbarton): Always use `argv[0]` as is, when building as a Python module.
- * Otherwise other methods of detecting the binary that override this argument
- * which must point to the Python module for data-files to be detected. */
- const bool strict = true;
-#else
- const bool strict = false;
-#endif
- BKE_appdir_program_path_init(argv[0], strict);
- }
+ BKE_appdir_program_path_init(argv[0]);
BLI_threadapi_init();